aboutsummaryrefslogtreecommitdiffstats
path: root/src/rng/auto_rng/auto_rng.h
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-41/+0
* De-deprecate AutoSeeded_RNG, too convenient to droplloyd2014-01-011-5/+0
* Don't actually deprecate AutoSeeded_RNGlloyd2013-11-091-1/+0
* Previously, AutoRNG was just a reference to the global rng, which canlloyd2013-11-081-13/+13
* Use size_t instead of u32bit in entropy and rnglloyd2010-10-121-3/+3
* More Doxygen updates/fixeslloyd2010-06-151-0/+3
* Don't delete the global RNG in AutoSeeded_RNG's destructorlloyd2010-03-231-1/+0
* There are some nasty API problems that are caused by having to pass alloyd2010-03-191-8/+9
* Remove all exception specifications. The way these are designed in C++ islloyd2009-10-221-1/+1
* Make AutoSeeded_RNG::reseed's parameter default to 256 for compatabilitylloyd2009-04-161-1/+1
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-4/+6
* Check in a branch with a major redesign on how entropy polling is performed.lloyd2009-01-271-2/+2
* Split base.h into block_cipher.h and stream_cipher.hlloyd2008-11-081-1/+1
* Move rng.{cpp,h} from core to rng/ topdirlloyd2008-10-261-0/+42