aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/rng/hmac_drbg
Commit message (Expand)AuthorAgeFilesLines
* New reseed_with_sources call on RNGsJack Lloyd2015-11-242-3/+11
* McEliece cleanupsJack Lloyd2015-09-291-1/+1
* Add HMAC_DRBG constructor taking a name for the MAC instead of an objJack Lloyd2015-09-222-0/+15
* rng: Add missing overridesDaniel Seither2015-07-301-6/+6
* lib/rng: Convert &vec[0] to vec.data()Simon Warta2015-06-231-2/+2
* 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