summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorakuchling <akuchling@rivest.dlitz.net>2003-04-04 20:03:39 -0700
committerakuchling <akuchling@rivest.dlitz.net>2003-04-04 20:03:39 -0700
commita43a918f1d11d7d8d9b6cb9cce668044d535d6d4 (patch)
tree17a31d9900bc948c8e75d6ebc4a8a2177bfa1dbf /ChangeLog
parent4162dde363e57426007b63dab840ff3fffd746af (diff)
downloadpycrypto-a43a918f1d11d7d8d9b6cb9cce668044d535d6d4.tar.gz
[project @ akuchling-20030405030339-a9b9f87ecb052f1a]
[project @ 2003-04-04 19:03:39 by akuchling] Updated file
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c14663f..bac15c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,8 +6,9 @@
size; if you asked for a 129-bit prime or 135-bit prime, you
got a 128-bit prime.
- * Added Util/test/prime_speed.py to test the speed of prime
- generation.
+ * Added Util/test/prime_speed.py to measure the speed of prime
+ generation, and PublicKey/test/rsa_speed.py to measure
+ the speed of RSA operations.
* Merged the _rsa.c and _dsa.c files into a single accelerator
module, _fastmath.c.
@@ -21,6 +22,9 @@
* Added support to RSA key objects for blinding and unblinding
data. (Contributed by Joris Bontje.)
+ * Simplified RSA key generation, and hard-wired the encryption
+ exponent to 65537 instead of generating a random prime.
+
* Renamed cansign(), canencrypt(), hasprivate(), to
can_sign, can_encrypt, has_private. If people shriek about
this change very loudly, I'll add aliases for the old method