aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/rng/hmac_drbg/hmac_drbg.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix clang-tidy readability-container-size-empty warningsJack Lloyd2022-02-061-1/+1
* Refactor Stateful_RNG and add a lockJack Lloyd2020-09-121-63/+57
* Micro optimizations of HMAC_DRBGJack Lloyd2019-10-301-6/+14
* Change limit to 2^24 to properly support 32 bit platformsRené Korthaus2019-10-241-23/+24
* Add check for upper bound of reseed_intervalRené Korthaus2019-10-231-0/+10
* Add Stateful_RNG::reset_reseed_counterJack Lloyd2017-08-031-1/+1
* Follow NIST SP 800-57 for HMAC_DRBG security levelRené Korthaus2017-04-031-3/+12
* Change security_strength of HMAC_DRBGRené Korthaus2017-04-031-3/+9
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-6/+6
* make max_number_of_bytes_per_request configurableDaniel Neus2016-10-281-21/+33
* RNG changes (GH #593)Jack Lloyd2016-08-241-29/+70
* Address some review comments from @cordneyJack Lloyd2016-07-171-4/+4
* Add Stateful_RNGJack Lloyd2016-07-171-4/+10
* Switch to HMAC_DRBG for all RNG generation.Jack Lloyd2016-07-171-79/+59
* New reseed_with_sources call on RNGsJack Lloyd2015-11-241-2/+8
* McEliece cleanupsJack Lloyd2015-09-291-1/+1
* Add HMAC_DRBG constructor taking a name for the MAC instead of an objJack Lloyd2015-09-221-0/+12
* 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-121-4/+6
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* 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-221-10/+15
* Add HMAC_DRBGlloyd2014-03-211-0/+103