Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the notion of counting entropy bits in HMAC_RNG or Randpool. | lloyd | 2009-01-31 | 1 | -2/+2 |
* | Check in a branch with a major redesign on how entropy polling is performed. | lloyd | 2009-01-27 | 1 | -6/+7 |
* | Move declaration of MessageAuthenticationCode base class to mac.h (from base.h) | lloyd | 2008-11-08 | 1 | -1/+1 |
* | In HMAC_RNG, periodically fast poll a source while operating normally. | lloyd | 2008-11-07 | 1 | -2/+2 |
* | Move Entropy_Estimator to utils/entropy.h (from anon namespace in HMAC_RNG | lloyd | 2008-11-06 | 1 | -5/+7 |
* | Add HMAC_RNG, which is an RNG design based on Hugo Krawczyk's paper | lloyd | 2008-10-28 | 1 | -0/+54 |