aboutsummaryrefslogtreecommitdiffstats
path: root/src/rng/hmac_rng/hmac_rng.cpp
Commit message (Expand)AuthorAgeFilesLines
* In HMAC_RNG, periodically fast poll a source while operating normally.lloyd2008-11-071-44/+30
* HMAC_RNG will only check to see if it should reseed once per calllloyd2008-11-071-60/+47
* Disable final upper bound limit since the min takes care of itlloyd2008-11-061-5/+1
* Move Entropy_Estimator to utils/entropy.h (from anon namespace in HMAC_RNGlloyd2008-11-061-52/+5
* In HMAC_RNG, force a reseed after 8192 blockslloyd2008-10-281-0/+3
* Clear K after new PRK is generated.lloyd2008-10-281-4/+7
* Set the default XTS (ASCII value of "Botan HMAC_RNG XTS") only once, inlloyd2008-10-281-86/+92
* Add HMAC_RNG, which is an RNG design based on Hugo Krawczyk's paperlloyd2008-10-281-0/+339