Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reroot the exception hierarchy into a toplevel Exception class | Jack Lloyd | 2015-12-11 | 1 | -4/+4 |
* | Push the hardcoded entropy estimates up to build.h | Jack Lloyd | 2015-11-28 | 1 | -5/+5 |
* | New reseed_with_sources call on RNGs | Jack Lloyd | 2015-11-24 | 1 | -5/+19 |
* | Add System_RNG which is an instantiatable RNG that uses the system RNG | Jack Lloyd | 2015-10-15 | 1 | -8/+8 |
* | rng: Add missing overrides | Daniel Seither | 2015-07-30 | 1 | -6/+6 |
* | Centralize where string.h/cstring is included to mem_ops.h | lloyd | 2015-01-23 | 1 | -1/+0 |
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 1 | -1/+1 |
* | Fix System_RNG for Windows, fix nmake clean target | lloyd | 2014-12-22 | 1 | -2/+2 |
* | Enable system_rng on Windows and MinGW (untested) | lloyd | 2014-12-21 | 1 | -5/+6 |
* | Untested support for using CryptGenRandom in System_RNG | lloyd | 2014-12-06 | 1 | -0/+32 |
* | Add an easy way to directly use the system PRNG. | lloyd | 2014-12-02 | 1 | -0/+79 |