aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/rng_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cull remaining mostly dubious examples. Also remove readme.txtlloyd2014-01-011-126/+0
* Various examples fixes, most notable updating cert_verify to the new APIlloyd2012-05-311-1/+1
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-4/+4
* More pubkey doc updateslloyd2011-04-081-0/+126
* Convert most of the documentation to reStructured Text, addinglloyd2011-04-041-126/+0
* Fix compilation of examples; benchmarking and RNG changes mostlylloyd2010-10-121-31/+8
* Fix examples for destroy being renamed clearlloyd2010-09-131-1/+1
* Fix minor errors and warnings in the examples. Remove boost dependency fromlloyd2010-03-031-16/+16
* Add copyright and license notes to pretty much every file that didn't have them,lloyd2009-12-311-0/+6
* Add LibraryInitializers to the examples, instead of relying on lazy init.lloyd2009-03-171-0/+2
* Update examples for changed EntropySource and RandomNumberGenerator interfaceslloyd2009-01-311-0/+2
* Update examples for recent API changeslloyd2008-10-081-1/+3
* Line wraplloyd2008-10-011-1/+2
* Fix compilation with latest RNG APIlloyd2008-09-181-1/+3
* Add a program that checks the X9.31 PRNG against a set of NIST test vectorslloyd2008-09-181-0/+134