aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/rng/chacha_rng
Commit message (Expand)AuthorAgeFilesLines
* Refactor Stateful_RNG and add a lockJack Lloyd2020-09-122-32/+9
* Add StreamCipher::write_keystreamJack Lloyd2018-08-081-3/+2
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* More annotationsJack Lloyd2017-09-191-1/+1
* Reset the ChaCha key in clearJack Lloyd2017-08-031-0/+1
* Add Stateful_RNG::reset_reseed_counterJack Lloyd2017-08-031-1/+1
* Refactor stateful RNG tests to cover both HMAC_DRBG and ChaCha_RNGJack Lloyd2017-08-032-14/+21
* Add ChaCha_RNGJack Lloyd2017-08-033-0/+238