aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/rng/hmac_drbg/hmac_drbg.h
Commit message (Expand)AuthorAgeFilesLines
* RNG changes (GH #593)Jack Lloyd2016-08-241-6/+62
* Address some review comments from @cordneyJack Lloyd2016-07-171-2/+2
* Add Stateful_RNGJack Lloyd2016-07-171-3/+7
* Make the DRBG hash selectable in build.h with BOTAN_AUTO_RNG_DRBG_HASH_FUNCTIONJack Lloyd2016-07-171-2/+2
* Switch to HMAC_DRBG for all RNG generation.Jack Lloyd2016-07-171-22/+13
* New reseed_with_sources call on RNGsJack Lloyd2015-11-241-1/+3
* Add HMAC_DRBG constructor taking a name for the MAC instead of an objJack Lloyd2015-09-221-0/+3
* rng: Add missing overridesDaniel Seither2015-07-301-6/+6
* Externalize the state of a RFC 6979 nonce computation.lloyd2015-03-121-2/+2
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Add RFC 6979 nonce generator. Also some HMAC_DRBG cleanups.lloyd2014-03-221-1/+1
* Add HMAC_DRBGlloyd2014-03-211-0/+50