aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstate/global_rng.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split off Unix_EntropySource's fast_poll to a new sourcelloyd2013-11-101-0/+4
* Fix EGD settings. Some cleanup and renaming.lloyd2013-11-091-8/+9
* Previously, AutoRNG was just a reference to the global rng, which canlloyd2013-11-081-67/+43
* Move EGD to the end of the priority list for entropy sources, as itlloyd2012-07-181-6/+6
* Replace 0 and NULL pointer constants with nullptr. Also fix an oldlloyd2012-05-181-1/+1
* propagate from branch 'net.randombit.botan' (head 6332543aa5a8a4cc13662008ff9...lloyd2012-05-181-0/+8
|\
| * Add support for the rdrand instruction, added in Intel's Ivy Bridgelloyd2012-04-261-0/+8
* | propagate from branch 'net.randombit.botan' (head c247a55e7c0bcd239fcfc672139...lloyd2012-02-201-1/+1
|\|
| * Be more conservative about entropy estimates. In particular, insteadlloyd2012-02-171-1/+1
* | propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b...lloyd2010-10-131-11/+10
|\ \ | |/ |/|
| * Merge fixups re mutex changeslloyd2010-04-281-1/+0
| * propagate from branch 'net.randombit.botan' (head a5f25a3b954f24c5d07fa0dab6c...lloyd2010-04-281-1/+1
| |\
| * | Post-merge fixupslloyd2010-03-211-10/+10
* | | Use size_t instead of u32bit in entropy and rnglloyd2010-10-121-3/+3
| |/ |/|
* | mutex.h is internal - had been picking up system installed versionlloyd2010-04-231-1/+1
|/
* Don't require the AES module; if it's there its there, if it's notlloyd2010-03-191-2/+2
* There are some nasty API problems that are caused by having to pass alloyd2010-03-191-0/+196