ct.c, ct.h: New constant-time operations.
[u/mdw/catacomb] / mpmont-mexp.c
2007-01-29 Mark Woodingcleanup: Big pile of whitespace fixes, all at once.
2004-10-04 mdwRename MP_IS* to MP_*P, for consistency's sake. Use...
2004-04-08 mdwExpunge revision histories in files.
2004-04-01 mdwAdd cyclic group abstraction, with test code. Separate...
2002-01-13 mdwMake @const@-correct.
2001-06-16 mdwUse the generic exponentiation functions.
2000-10-08 mdwUse @MP_EQ@ instead of @MP_CMP@.
2000-06-17 mdwMajor memory management overhaul. Added arena support...
1999-12-10 mdwChange interface for suggested destinations.
1999-11-21 mdwPerformance improvement: use @mp_sqr@ and @mpmont_reduc...
1999-11-19 mdwSimultaneous exponentiation support.