aboutsummaryrefslogtreecommitdiffstats
path: root/src/rng/hmac_rng/hmac_rng.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the notion of counting entropy bits in HMAC_RNG or Randpool.lloyd2009-01-311-2/+2
* Check in a branch with a major redesign on how entropy polling is performed.lloyd2009-01-271-6/+7
* Move declaration of MessageAuthenticationCode base class to mac.h (from base.h)lloyd2008-11-081-1/+1
* In HMAC_RNG, periodically fast poll a source while operating normally.lloyd2008-11-071-2/+2
* Move Entropy_Estimator to utils/entropy.h (from anon namespace in HMAC_RNGlloyd2008-11-061-5/+7
* Add HMAC_RNG, which is an RNG design based on Hugo Krawczyk's paperlloyd2008-10-281-0/+54