From 25c6a1be6d3009f725722d11bac765065550a5da Mon Sep 17 00:00:00 2001 From: akuchling Date: Thu, 3 Apr 2003 19:37:42 -0700 Subject: [project @ akuchling-20030404023742-cfb9f99da7396ebc] [project @ 2003-04-03 18:37:42 by akuchling] Updated files --- ChangeLog | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a896fee..040f16b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,10 +6,17 @@ size; if you asked for a 129-bit prime or 135-bit prime, you got a 128-bit prime. - * Added Util/number/test/prime_speed.py to test the speed of prime + * Added Util/test/prime_speed.py to test the speed of prime generation. - - + + * Merged the _rsa.c and _dsa.c files into a single accelerator + module, _fastmath.c. + + * Added fast isPrime() function to _fastmath, cutting the time to + generate a 1024-bit prime by a factor of 10. (Contributed by + Joris Bontje.) + + 1.9alpha5 ========= -- cgit v1.2.1