diff options
author | lloyd <[email protected]> | 2008-06-27 18:30:07 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-06-27 18:30:07 +0000 |
commit | e2a465b75d8baeac912e3f4d428ebc5e03fd76f1 (patch) | |
tree | 7490308782cbac8b0ec9ca0cc23d73ec8a0a7b68 /doc/log.txt | |
parent | d84a769cc563aebeae3893f952cba1659562e430 (diff) |
New structure for entropy sources + RNGs. The entropy sources are owned by
Randpool, it will query them as needed (or if asked to do so). New function
make_rng() that creates an RNG (X9.31 backed by a Randpool) and seeds it.
Remove the entropy source related code from the Modules/Builtin_Modules
classes.
Diffstat (limited to 'doc/log.txt')
-rw-r--r-- | doc/log.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/log.txt b/doc/log.txt index e48877393..1c7a4b4ef 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,6 +1,6 @@ * 1.7.7, 2008-07-?? - - Remove many uses of the global PRNG object + - Remove the global PRNG object - Add a test suite for the ANSI X9.31 PRNG - Much cleaner and (mostly) thread-safe reimplementation of es_ftw - Remove both default arguments to ANSI_X931_RNG's constructor |