Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | In HMAC_RNG, periodically fast poll a source while operating normally. | lloyd | 2008-11-07 | 1 | -44/+30 |
* | HMAC_RNG will only check to see if it should reseed once per call | lloyd | 2008-11-07 | 1 | -60/+47 |
* | Disable final upper bound limit since the min takes care of it | lloyd | 2008-11-06 | 1 | -5/+1 |
* | Move Entropy_Estimator to utils/entropy.h (from anon namespace in HMAC_RNG | lloyd | 2008-11-06 | 1 | -52/+5 |
* | In HMAC_RNG, force a reseed after 8192 blocks | lloyd | 2008-10-28 | 1 | -0/+3 |
* | Clear K after new PRK is generated. | lloyd | 2008-10-28 | 1 | -4/+7 |
* | Set the default XTS (ASCII value of "Botan HMAC_RNG XTS") only once, in | lloyd | 2008-10-28 | 1 | -86/+92 |
* | Add HMAC_RNG, which is an RNG design based on Hugo Krawczyk's paper | lloyd | 2008-10-28 | 1 | -0/+339 |