aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/rng/stateful_rng
Commit message (Expand)AuthorAgeFilesLines
* Refactor Stateful_RNG and add a lockJack Lloyd2020-09-122-24/+99
* Add Processor_RNGJack Lloyd2020-05-081-6/+6
* Always include a high res timestamp in the RNG additional_dataJack Lloyd2019-10-161-3/+4
* Make exceptions easier to translate to error codesJack Lloyd2018-11-231-1/+1
* When available use RDRAND for Stateful_RNG additional dataJack Lloyd2018-11-211-4/+19
* Add RandomNumberGenerator::accepts_inputJack Lloyd2018-09-061-0/+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
* Use new reset_reseed_counter function within Stateful_RNG as wellJack Lloyd2017-08-031-3/+3
* Add Stateful_RNG::reset_reseed_counterJack Lloyd2017-08-031-2/+5
* Refactor stateful RNG tests to cover both HMAC_DRBG and ChaCha_RNGJack Lloyd2017-08-031-3/+14
* Change security_strength of HMAC_DRBGRené Korthaus2017-04-031-2/+3
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-021-2/+3
* Change meaning of get_processor_timestampJack Lloyd2017-01-271-1/+1
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-182-5/+5
* Fix doxygen warnings [ci skip]René Korthaus2016-10-191-1/+1
* Improve rng doxygen [ci skip]René Korthaus2016-10-191-1/+19
* RNG changes (GH #593)Jack Lloyd2016-08-243-0/+232