summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorakuchling <akuchling@rivest.dlitz.net>2003-03-21 17:35:18 -0700
committerakuchling <akuchling@rivest.dlitz.net>2003-03-21 17:35:18 -0700
commit2fbf6db09e247904d4c29090aad9425d43afb20d (patch)
tree7ef0e691c391db261806337831f459a3f3320983 /ChangeLog
parent7e04d7eb954ee680f2708e5a81fa579056f8e7fd (diff)
downloadpycrypto-2fbf6db09e247904d4c29090aad9425d43afb20d.tar.gz
[project @ akuchling-20030322003518-3d04a3d206de3434]
[project @ 2003-03-21 16:35:18 by akuchling] Updated file
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b8f4dd5..a896fee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+
+1.9alpha6
+=========
+
+ * Util.number.getPrime() would inadvertently round off the bit
+ 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
+ generation.
+
+
1.9alpha5
=========