aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/rng/system_rng
Commit message (Expand)AuthorAgeFilesLines
* Improve rng doxygen [ci skip]René Korthaus2016-10-191-1/+1
* Resolve #647Nathan Hourt2016-10-031-0/+6
* Address some review comments from @cordneyJack Lloyd2016-07-172-8/+8
* If EPERM when writing to the random device, return silently.Jack Lloyd2016-07-171-1/+13
* Switch to HMAC_DRBG for all RNG generation.Jack Lloyd2016-07-172-34/+65
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-111-4/+4
* Push the hardcoded entropy estimates up to build.hJack Lloyd2015-11-281-5/+5
* New reseed_with_sources call on RNGsJack Lloyd2015-11-242-6/+25
* Add System_RNG which is an instantiatable RNG that uses the system RNGJack Lloyd2015-10-152-9/+32
* rng: Add missing overridesDaniel Seither2015-07-301-6/+6
* Add Android OSDaniel Seither2015-07-171-0/+1
* Remove references to removed tru64 OSDaniel Seither2015-07-171-1/+0
* Centralize where string.h/cstring is included to mem_ops.hlloyd2015-01-231-1/+0
* Ensure all files have copyright and license info.lloyd2015-01-102-2/+2
* Fix System_RNG for Windows, fix nmake clean targetlloyd2014-12-221-2/+2
* Enable system_rng on Windows and MinGW (untested)lloyd2014-12-213-5/+15
* Untested support for using CryptGenRandom in System_RNGlloyd2014-12-061-0/+32
* Add an easy way to directly use the system PRNG.lloyd2014-12-023-0/+117