aboutsummaryrefslogtreecommitdiffstats
path: root/src/benchmark/benchmark.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | 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