summaryrefslogtreecommitdiff
path: root/mpz/powm.c
Commit message (Expand)AuthorAgeFilesLines
...
* (mpz_redc): Clean up argument declarations.tege2000-06-071-4/+4
* * When exp is 0, change res assign order in order to handle argument overlap.tege2000-06-061-4/+4
* * mpz/powm.c: Remove mpz_dmprepare, use modlimb_invert instead.Kevin Ryde2000-06-061-26/+7
* [BERKELEY_MP]: Include mp.h for mpbsd compile.Kevin Ryde2000-05-281-0/+3
* * mpz/powm.c: Use a POWM_THRESHOLD for where redc stops.Kevin Ryde2000-05-211-3/+7
* DEBUG => POWM_DEBUG.tege2000-05-081-5/+5
* Provide dual ANSI/K&R function definitions.Kevin Ryde2000-04-291-3/+14
* Replacement from Paul Zimmermann.tege2000-04-151-197/+282
* Add a copyright year.Kevin Ryde2000-04-121-1/+1
* After mpn_mul_n and mpn_mul calls, adjust product sizetege1997-08-181-0/+2
* Initial revisiontege1996-05-081-0/+276