mpmul.[ch]: Move internal `HWM' and `LWM' constants to implementation.
[u/mdw/catacomb] / pgen.c
2007-01-29 Mark Woodingcleanup: Big pile of whitespace fixes, all at once.
2006-02-04 Mark Woodingpgen/pfilt: Special cases for primality checking.
2005-03-05 mdwSimplify the standard filter stepper.
2004-11-22 mdwMake prime generation work when function pointers are...
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 mdwMore efficient Rabin-Miller test: with random witnesses...
2001-02-03 mdwNow @mp_drop@ checks its argument is non-NULL before...
2000-10-08 mdwUse @MP_EQ@ instead of @MP_CMP@.
2000-06-17 mdwSignal a pgen abort if the jump and base share a common...
1999-12-22 mdwSame file, completely different code. Main interface...
1999-12-10 mdwTrack suggested destination changes.
1999-11-20 mdwAdd multiply-and-add function for Diffie-Hellman safe...
1999-11-19 mdwPrime number generator and tester.