aboutsummaryrefslogtreecommitdiffstats
path: root/src/benchmark/benchmark.cpp
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-161/+0
* Add Threefish-512lloyd2013-12-101-4/+0
* Avoid SIGFPE if no providers during benchmarklloyd2013-05-301-4/+8
* Add more generalized runtime performance test, can check AEAD modeslloyd2013-04-171-135/+91
* Remove get_nanoseconds_clock as we'll rely on std::chrono's highlloyd2012-02-201-14/+12
* Merge fixups. Add locking to default session manager. Use chrono liblloyd2012-02-201-1/+1
* propagate from branch 'net.randombit.botan' (head 303b2518a80553214b1e5ab4d9b...lloyd2010-11-041-22/+39
|\
| * propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b...lloyd2010-10-131-22/+39
| |\
| | * propagate from branch 'net.randombit.botan' (head 717a9d103aa80e6d66c04e3a23c...lloyd2010-08-041-22/+39
| | |\
| | | * propagate from branch 'net.randombit.botan' (head 294e2082ce9231d6165276e2f2a...lloyd2010-06-171-1/+1
| | | |\
| | | * \ propagate from branch 'net.randombit.botan' (head a5f25a3b954f24c5d07fa0dab6c...lloyd2010-04-281-1/+1
| | | |\ \
| | | * | | Various updates: unique_ptr, using chrono, merge fixups, etclloyd2010-03-091-4/+4
| | | * | | propagate from branch 'net.randombit.botan' (head 5525439539abc808b7b8588380a...lloyd2009-12-221-18/+35
| | | |\ \ \
| | | | * \ \ propagate from branch 'net.randombit.botan' (head 14c1d4dc8696d2705a70ec3d240...lloyd2009-12-211-19/+35
| | | | |\ \ \
| | | | | * \ \ propagate from branch 'net.randombit.botan' (head 2773c2310e8c0a51975987a2dd6...lloyd2009-11-021-30/+46
| | | | | |\ \ \
| | | | | | * \ \ propagate from branch 'net.randombit.botan' (head 8a5eb02c2e451fc983f234f7ba2...lloyd2009-09-301-30/+46
| | | | | | |\ \ \
| | | | | | | * \ \ propagate from branch 'net.randombit.botan' (head 92e05ab242e4b6998d685961c53...lloyd2009-09-171-1/+0
| | | | | | | |\ \ \
| | | | | | | * | | | Use <chrono> in the runtime benchmarking code instead of the locallloyd2009-09-161-30/+46
* | | | | | | | | | | Add new top-level algorithm which provides basic functionality: namelloyd2010-11-011-2/+2
* | | | | | | | | | | Eliminate the constant size_t values in SymmetricAlgorithm that givelloyd2010-10-281-3/+3
|/ / / / / / / / / /
* | | | | | | | | | s/BLOCK_SIZE/block_size()/lloyd2010-10-131-2/+2
* | | | | | | | | | s/u32bit/size_t/ in codec and benchmarklloyd2010-10-121-8/+8
|/ / / / / / / / /
* | | | | | | | / Change the benchmark code to also take a buf_size, instead of using hardcodedlloyd2010-07-301-3/+4
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Use "/*" instead of "/**" in starting comments at the begining of a file.lloyd2010-06-071-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Remove some C-style castslloyd2010-04-231-1/+1
|/ / / / / /
* / / / / / Remove unneeded iostream/stdio includeslloyd2009-12-211-2/+0
|/ / / / /
* | | | | Un-internal loadstor.h (and its header deps, rotate.h andlloyd2009-12-211-9/+10
* | | | | Consolidate the non-canonical epoch timers, like cpuid and Win32'slloyd2009-12-011-22/+21
|/ / / /
* / / / Cleanups/random changes in the stream cipher code:lloyd2009-10-141-1/+1
|/ / /
* | / In the benchmark code, set a random key for the block and stream ciphers.lloyd2009-09-231-0/+4
| |/ |/|
* | Split up util.h into 3 fileslloyd2009-09-171-1/+0
|/
* In benchmark.cpp, use encrypt_n when benchmarking block cipherslloyd2009-08-121-2/+1
* Change how the pair is constructed for Sun Forte compatabilitylloyd2009-07-311-1/+1
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-0/+2
* Fix a roundoff error in the block cipher benchmarkslloyd2008-11-241-16/+17
* Fix integer overflow in benchmarslloyd2008-11-231-4/+4
* Fix poorly named functionlloyd2008-11-211-6/+6
* Oops, 2^32 nanoseconds < 4.3 seconds, which is pretty small. Use 64 bitlloyd2008-11-121-7/+7
* Remove support for provider identifiers from SCAN_Name - it turns out thislloyd2008-11-121-6/+7
* Add a runtime benchmarking system (for ciphers/hash/MACs)lloyd2008-11-111-0/+185