summaryrefslogtreecommitdiff
path: root/mpn/generic/powlo.c
Commit message (Expand)AuthorAgeFilesLines
* mpn/generic/powlo.c: Better handling of current window-size.Marco Bodrato2020-02-021-6/+6
* mpn/generic/powlo.c: Avoid copies with a flipflop.Marco Bodrato2019-08-161-34/+49
* Copyright yearsMarco Bodrato2017-02-081-1/+1
* mpn/generic/powlo.c: Remove an element in the tableMarco Bodrato2016-12-291-9/+9
* WHitespace cleanup.Torbjorn Granlund2016-10-141-1/+1
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
* mpn/generic/powlo.c: Use mpn_sqrlo.Marco Bodrato2015-08-311-26/+26
* Update library files license to use LGPL3+ and GPL2+.Torbjorn Granlund2014-01-271-7/+18
* Canonicalise copyright headers.Torbjorn Granlund2014-01-191-3/+3
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
* Collapse copyright years.Torbjorn Granlund2013-11-281-1/+1
* mpn/generic/pow*.c: Use MPN_SIZEINBASE_2EXP, it's a nail-ready way to count b...Marco Bodrato2012-06-241-3/+2
* (mpn_sqr): New name for mpn_sqr_n.Torbjorn Granlund2009-12-271-3/+3
* Change all bit counts for bignums to use mp_bitcnt_t. Update documentation.Torbjorn Granlund2009-12-201-13/+15
* Globally: Rename *mullow* to *mullo*, *MULLOW* to *MULLO*.Torbjorn Granlund2009-12-061-3/+3
* Allow input operand overlap also when exponent = 1.Torbjorn Granlund2009-11-271-2/+2
* Fix typo.Torbjorn Granlund2009-04-271-1/+1
* New mpn modexp functions.Torbjorn Granlund2009-04-091-0/+162