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 /src/utils/info.txt | |
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 'src/utils/info.txt')
-rw-r--r-- | src/utils/info.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/utils/info.txt b/src/utils/info.txt index 99d589d8c..ffc19c852 100644 --- a/src/utils/info.txt +++ b/src/utils/info.txt @@ -22,8 +22,6 @@ data_src.cpp data_src.h datastor.cpp datastor.h -entropy.cpp -entropy.h exceptn.cpp exceptn.h loadstor.h |