summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorakuchling <akuchling@rivest.dlitz.net>2003-04-03 19:37:42 -0700
committerakuchling <akuchling@rivest.dlitz.net>2003-04-03 19:37:42 -0700
commit25c6a1be6d3009f725722d11bac765065550a5da (patch)
tree294eaaa75e93f60779607f0954d60eb4682cd22d /ChangeLog
parent4d91eb5d625ac6a57dcabdece9f7d1325a2e9a45 (diff)
downloadpycrypto-25c6a1be6d3009f725722d11bac765065550a5da.tar.gz
[project @ akuchling-20030404023742-cfb9f99da7396ebc]
[project @ 2003-04-03 18:37:42 by akuchling] Updated files
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 10 insertions, 3 deletions
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
=========