aboutsummaryrefslogtreecommitdiffstats
path: root/checks/algos.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add an implementation of Skein-512lloyd2009-06-021-0/+1
* Add XTS mode, from IEEE P1619lloyd2009-04-161-1/+2
* Add the GOST 34.11 hash function. Pretty slow, but functional.lloyd2009-04-071-0/+1
* Add AutoSeeded_RNG to benchmark outputlloyd2008-11-071-0/+1
* Add HMAC_RNG benchmarks. Change X9.31 PRNG to use HMAC_RNG as lower RNGlloyd2008-10-281-0/+1
* Add DES/CBC and 3DES/CBC to benchmark output. (3DES/CBC shows up as 17%lloyd2008-10-131-0/+3
* In the benchmarks, replace Lion(MD5,WiderWake4+1-BE,65536) with1.7.11lloyd2008-09-111-4/+8
* Add implementation of Salsa20 stream cipherlloyd2008-09-091-0/+1
* Add the block cipher Noekeon (http://gro.noekeon.org/). Only "indirect mode"lloyd2008-07-111-0/+1
* Add a full set of tests for the ANSI X9.31 PRNG, using data takenlloyd2008-06-071-2/+2
* Add base64 encoding and decoding to the set of benchmarked filterslloyd2007-11-161-0/+3
* Remove the public domain notices from the self-test/benchmark code,lloyd2006-08-091-1/+0
* Initial checkin1.5.6lloyd2006-05-181-0/+89