| Author | lloyd@randombit.net |
|---|---|
| Branch | net.randombit.botan |
| Changelog |
Add interfaces for add_entropy_source and add_entropy to RandomNumberGenerator, and make ANSI_X931_PRNG's implementations just forward the arguments to the underlying RNG. This allows seeding the RNG even if no entropy modules are loaded into the library. Also it allows actually adding user-specified data; to do it otherwise would require creating the RNG objects yourself and retaining a pointer to the Randpool, which is pretty bogus. Move Null_RNG to rng.h |
| Date | 2008-06-28T14:28:27 |
| Oldrevision |
Old revision is: [b6e59278..] (diff) |
|---|---|
| Patch |
Patch file checks/common.h (diff) Patch file include/rng.h (diff) Patch file include/x931_rng.h (diff) Patch file src/pubkey.cpp (diff) Patch file src/x931_rng.cpp (diff) |