aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/test_es.cpp
Commit message (Expand)AuthorAgeFilesLines
* Drop test_es.cpp, EntropySources no longer directly available outside librarylloyd2009-12-311-121/+0
* Add copyright and license notes to pretty much every file that didn't have them,lloyd2009-12-311-0/+6
* Make many more headers internal-only.lloyd2009-12-161-9/+9
* Add LibraryInitializers to the examples, instead of relying on lazy init.lloyd2009-03-171-1/+1
* Update examples for changed EntropySource and RandomNumberGenerator interfaceslloyd2009-01-311-11/+12
* Fix test_es for new Entropy_Accumulator interface. It XORs into a blocklloyd2009-01-271-21/+27
* Check in a branch with a major redesign on how entropy polling is performed.lloyd2009-01-271-16/+23
* Add test_es, a program that polls each enabled entropy source (both fastlloyd2008-11-251-0/+101