cc.h: Fix FHF_MASK.
[u/mdw/catacomb] / mpmont.c
2007-01-29 Mark Woodingcleanup: Big pile of whitespace fixes, all at once.
2004-11-09 mdwA variety of small tweaks and fixes. Make mpmont etc...
2004-10-04 mdwRename MP_IS* to MP_*P, for consistency's sake. Use...
2004-04-08 mdwExpunge revision histories in files.
2004-04-03 mdwGeneral robustification.
2004-04-01 mdwAdd cyclic group abstraction, with test code. Separate...
2002-01-13 mdwAvoid trashing arguments before we've used them.
2001-06-16 mdwUse the generic exponentiation functions.
2001-02-22 mdwCosmetic fix.
2001-02-03 mdwNow @mp_drop@ checks its argument is non-NULL before...
2000-10-08 mdwRename Karatsuba constants now that we have @gfx_kmul...
2000-10-08 mdw(mpmont_reduce, mpmont_mul): Cope with negative numbers.
2000-07-29 mdw(mpmont_expr): Use sliding window exponentiation, with...
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.