summaryrefslogtreecommitdiff
path: root/mpn/generic/sec_powm.c
Commit message (Expand)AuthorAgeFilesLines
* mpn/generic/{sec_,}powm.c (win_size): Remove the unused value from array.Marco Bodrato2021-05-251-3/+3
* mpn/generic/sec_powm.c (sec_binvert_limb): New static function.Marco Bodrato2021-05-251-10/+57
* (MPN_REDC_1, MPN_REDC_1_SEC): Prefer mpn_sbpi1_bdiv_r when it is provided.Torbjorn Granlund2019-11-201-1/+10
* mpn/generic/sec_powm.c (mpn_local_sqr): Remove unused scratch pointerMarco Bodrato2018-03-261-4/+5
* mpn/generic/sec_powm.c (mpn_local_sqr): Use SQR_BASECASE_THRESHOLDMarco Bodrato2018-03-261-5/+5
* Use mpn_local_sqr in new squaring code.Torbjorn Granlund2018-03-231-2/+2
* Compute power table with squaring for even powers.Torbjorn Granlund2018-03-231-8/+28
* Simplify code for choosing between redc_1 and redc_2.Torbjorn Granlund2018-03-231-24/+7
* Remove unused macros.Torbjorn Granlund2018-03-231-32/+5
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
* Remove own squaring code, instead use mpn_mul_basecase.Torbjorn Granlund2014-06-081-50/+10
* mpn_sec_powm: Clarify comment and asserts.Niels M?ller2014-03-011-5/+6
* mpn_sec_powm: Rename bit count argument.Niels M?ller2014-02-111-20/+20
* mpn_sec_powm: Replace exponent limb count argument with a bit count.Niels M?ller2014-02-111-7/+4
* mpn_sec_powm: Delete handling of winsize > initial ebi.Niels M?ller2014-02-091-5/+12
* Update library files license to use LGPL3+ and GPL2+.Torbjorn Granlund2014-01-271-7/+18
* Canonicalise copyright headers.Torbjorn Granlund2014-01-191-3/+3
* Canonicalise copyright headers.Torbjorn Granlund2014-01-181-9/+9
* Function now public. Canonicalise header.Torbjorn Granlund2013-12-301-13/+9
* Fix an ASSERT.Torbjorn Granlund2013-12-281-2/+2
* Rename mpn_blah_sec to mpn_sec_blah.Torbjorn Granlund2013-12-261-0/+426