summaryrefslogtreecommitdiff
path: root/mpn/generic/powlo.c
Commit message (Collapse)AuthorAgeFilesLines
* (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
| | | | Misc cleanups.
* Fix typo.Torbjorn Granlund2009-04-271-1/+1
|
* New mpn modexp functions.Torbjorn Granlund2009-04-091-0/+162