aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/rng/hmac_drbg/hmac_drbg.h
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaceJack Lloyd2019-01-131-21/+21
* Use explicit on more single-argument constructorsJack Lloyd2017-09-301-2/+2
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-1/+1
* Refactor stateful RNG tests to cover both HMAC_DRBG and ChaCha_RNGJack Lloyd2017-08-031-0/+3
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-6/+6
* HMAC_DRBG - Fix constructor init order. Use create_or_throw to simplify.Jack Lloyd2016-10-281-6/+3
* make max_number_of_bytes_per_request configurableDaniel Neus2016-10-281-6/+46
* Improve rng doxygen [ci skip]René Korthaus2016-10-191-1/+14
* 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