diff options
author | lloyd <[email protected]> | 2009-07-01 16:29:56 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-07-01 16:29:56 +0000 |
commit | 310118f4a335d3726da8763d3d45117ac724f421 (patch) | |
tree | dab0f5847779b5ecc4d75845510322258bd28806 | |
parent | d7e38c44e851d1ffc8b7c4181eded8f8c3291cb7 (diff) |
Mention change in preferece for /dev/*random devices
-rw-r--r-- | doc/log.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt index cb761b6fc..e6ca6bdcd 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -2,6 +2,7 @@ * 1.8.3-pre, 2009-??-?? - Improve handling of low-entropy situations during PRNG seeding - Use an input insensitive implementation of same_mem instead of memcmp + - Change random device polling to prefer /dev/urandom over /dev/random - Add the Skein-512 SHA-3 candidate hash function - Add the XTS block cipher mode from IEEE P1619 - Provide a default value for AutoSeeded_RNG::reseed |