aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/rng/hmac_drbg
Commit message (Expand)AuthorAgeFilesLines
* Externalize the state of a RFC 6979 nonce computation.lloyd2015-03-122-6/+8
* Ensure all files have copyright and license info.lloyd2015-01-102-2/+2
* Simpify HMAC_RNG reseeding process. Actually update HMAC_DRBG reseed counter.lloyd2014-03-221-0/+2
* Add RFC 6979 nonce generator. Also some HMAC_DRBG cleanups.lloyd2014-03-222-11/+16
* Add HMAC_DRBGlloyd2014-03-213-0/+158