aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/entropy/entropy_src.h
Commit message (Expand)AuthorAgeFilesLines
* Avoid empty methods, use =default or add a commentJack Lloyd2017-10-031-5/+3
* Attempt to make MSVC happyJack Lloyd2017-09-221-0/+12
* Use RAII, avoid explicit deleteJack Lloyd2017-09-221-3/+1
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-2/+2
* Small fixes in API docs [ci skip]René Korthaus2017-03-091-3/+3
* RNG changes (GH #593)Jack Lloyd2016-08-241-0/+5
* Revamp entropy pollingJack Lloyd2016-07-171-65/+8
* Move poll logic to Entropy_SourcesJack Lloyd2016-07-171-2/+8
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-051-2/+2
* Make Entropy_Sources and Entropy_Accumulator final.Jack Lloyd2016-01-171-4/+2
* New reseed_with_sources call on RNGsJack Lloyd2015-11-241-3/+32
* Remove the shared IO buffer from EntropySource_Accumulator.lloyd2015-03-181-22/+15
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-041-0/+2
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Add rng command which can dump RNG outputs or raw entropy sampleslloyd2014-03-221-2/+2
* Simpify HMAC_RNG reseeding process. Actually update HMAC_DRBG reseed counter.lloyd2014-03-221-54/+16
* Move lib into srclloyd2014-01-101-0/+141