diff options
author | lloyd <[email protected]> | 2008-11-11 21:06:39 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-11-11 21:06:39 +0000 |
commit | 03e022126be8fac992a33983ac4430150fb55c84 (patch) | |
tree | b2389a014b7b68d01fd073d83533c49564f264ec /doc | |
parent | 8879a51da7c3b93e27439122cea5d5aa81ae38c3 (diff) |
Drop use of entropy estimation in Randpool for the same reason as HMAC_RNG.
As with HMAC_RNG, instead assume one bit of conditional entropy per byte
of polled material. Since they are no longer used, drop the entropy
estimation routines entirely.
Diffstat (limited to 'doc')
-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 09c24ba10..a62993abe 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,5 +1,6 @@ * 1.7.21, ????-??-?? + - Drop use of entropy estimation in the PRNGs - Make algorithm lookup much more configuable - Add a function for runtime performance testing - Increase intervals between HMAC_RNG automatic reseeding |