This commit is contained in:
Sebastian Messmer 2015-10-14 14:43:18 +02:00
parent a00795588b
commit 2385c4ac0e

View File

@ -6,6 +6,7 @@
namespace cpputils {
//TODO Create more complete random library around CryptoPP (also offering OS_Random for example) and use it in FixedSizeDate::CreateRandom()/CreateOSRandom()
//TODO Store a static CryptoPP::AutoSeededRandomPool (or multiple ones) and make constructor of
// ThreadsafeRandomPool() be lightweight (i.e. not do seeding), so it can be called on each callsite.
// Alternatively, use a singleton factory.