aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/rng/hmac_drbg/hmac_drbg.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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