Pollard's rho algorithm for computing discrete logs.
[u/mdw/catacomb] / mpmont.c
2000-06-17 mdwMajor memory management overhaul. Added arena support...
1999-12-22 mdwAdjust Karatsuba parameters.
1999-12-11 mdwUse a Karatsuba-based reduction for large moduli.
1999-12-10 mdwChange interface for suggested destinations.
1999-11-22 mdwAdd an option to disable Montgomery reduction, so that...
1999-11-21 mdwRemove a division from the Montgomery setup by calculating
1999-11-21 mdwPerformance improvement: use @mp_sqr@ and @mpmont_reduc...
1999-11-19 mdwAdd extra interface to exponentiation which returns...
1999-11-17 mdwNew multiprecision integer arithmetic suite.