aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-07-10 14:17:21 +0000
committerlloyd <[email protected]>2009-07-10 14:17:21 +0000
commit58d41204859620f7dd101ba175f404fd76e51310 (patch)
treec3680e95e797815a688c44e61db94f800230c466 /doc
parent433d6941cc51826ca8817034dec5e44e7aff7b97 (diff)
Document fix to random_prime
Diffstat (limited to 'doc')
-rw-r--r--doc/log.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt
index 11424f4af..042f7d405 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -3,6 +3,7 @@
- Add a new Python configuration script
- Add the Skein-512 SHA-3 candidate hash function
- Add the XTS block cipher mode from IEEE P1619
+ - Fix random_prime when generating a prime of less than 5 bits
- Improve handling of low-entropy situations during PRNG seeding
- Change random device polling to prefer /dev/urandom over /dev/random
- Use an input insensitive implementation of same_mem instead of memcmp