aboutsummaryrefslogtreecommitdiffstats
path: root/checks/common.h
Commit message (Expand)AuthorAgeFilesLines
* s/check/test/glloyd2014-01-011-13/+0
* Remove filter based benchmark codelloyd2014-01-011-12/+0
* Testierlloyd2014-01-011-48/+0
* Plain hex_decode now returns a std::vector, use hex_decode_locked tolloyd2012-05-261-2/+2
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-2/+2
* Remove dead codelloyd2011-02-141-12/+0
* Update for RNG changeslloyd2010-10-121-4/+4
* Anywhere where we use MemoryRegion::begin to get access to the raw pointerlloyd2010-09-131-2/+2
* Use the standalone version of the hex decoder instead of the wrapper thatlloyd2010-09-031-4/+2
* Rename S2K to PBKDF, because that is by far the most common name - S2Klloyd2010-07-091-1/+2
* Fix some -Wmissing-declarations warnings in the test codelloyd2010-03-031-2/+1
* Modify the self test program to use the builtin runtime benchmarking goop.lloyd2009-09-241-14/+1
* Check in a branch with a major redesign on how entropy polling is performed.lloyd2009-01-271-0/+2
* Use the Timer class for all benchmarkinglloyd2008-09-051-4/+1
* Add interfaces for add_entropy_source and add_entropy tolloyd2008-06-281-10/+8
* Delete the self-test global RNG: just create one in main() and pass itlloyd2008-06-281-2/+0
* Remove uses of global PRNG from self-test and benchmark code. Assumeslloyd2008-06-271-0/+2
* Fix more -Wmissing-declaration warningslloyd2008-06-181-0/+17
* Add a full set of tests for the ANSI X9.31 PRNG, using data takenlloyd2008-06-071-0/+52
* Remove the public domain notices from the self-test/benchmark code,lloyd2006-08-091-3/+2
* Initial checkin1.5.6lloyd2006-05-181-0/+35