| Commit message (Expand) | Author | Age | Files | Lines |
* | Shuffle things around. Add NIST X.509 test to build. | lloyd | 2014-01-01 | 1 | -161/+0 |
* | Add Threefish-512 | lloyd | 2013-12-10 | 1 | -4/+0 |
* | Avoid SIGFPE if no providers during benchmark | lloyd | 2013-05-30 | 1 | -4/+8 |
* | Add more generalized runtime performance test, can check AEAD modes | lloyd | 2013-04-17 | 1 | -135/+91 |
* | Remove get_nanoseconds_clock as we'll rely on std::chrono's high | lloyd | 2012-02-20 | 1 | -14/+12 |
* | Merge fixups. Add locking to default session manager. Use chrono lib | lloyd | 2012-02-20 | 1 | -1/+1 |
* | propagate from branch 'net.randombit.botan' (head 303b2518a80553214b1e5ab4d9b... | lloyd | 2010-11-04 | 1 | -22/+39 |
|\ |
|
| * | propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b... | lloyd | 2010-10-13 | 1 | -22/+39 |
| |\ |
|
| | * | propagate from branch 'net.randombit.botan' (head 717a9d103aa80e6d66c04e3a23c... | lloyd | 2010-08-04 | 1 | -22/+39 |
| | |\ |
|
| | | * | propagate from branch 'net.randombit.botan' (head 294e2082ce9231d6165276e2f2a... | lloyd | 2010-06-17 | 1 | -1/+1 |
| | | |\ |
|
| | | * \ | propagate from branch 'net.randombit.botan' (head a5f25a3b954f24c5d07fa0dab6c... | lloyd | 2010-04-28 | 1 | -1/+1 |
| | | |\ \ |
|
| | | * | | | Various updates: unique_ptr, using chrono, merge fixups, etc | lloyd | 2010-03-09 | 1 | -4/+4 |
| | | * | | | propagate from branch 'net.randombit.botan' (head 5525439539abc808b7b8588380a... | lloyd | 2009-12-22 | 1 | -18/+35 |
| | | |\ \ \ |
|
| | | | * \ \ | propagate from branch 'net.randombit.botan' (head 14c1d4dc8696d2705a70ec3d240... | lloyd | 2009-12-21 | 1 | -19/+35 |
| | | | |\ \ \ |
|
| | | | | * \ \ | propagate from branch 'net.randombit.botan' (head 2773c2310e8c0a51975987a2dd6... | lloyd | 2009-11-02 | 1 | -30/+46 |
| | | | | |\ \ \ |
|
| | | | | | * \ \ | propagate from branch 'net.randombit.botan' (head 8a5eb02c2e451fc983f234f7ba2... | lloyd | 2009-09-30 | 1 | -30/+46 |
| | | | | | |\ \ \ |
|
| | | | | | | * \ \ | propagate from branch 'net.randombit.botan' (head 92e05ab242e4b6998d685961c53... | lloyd | 2009-09-17 | 1 | -1/+0 |
| | | | | | | |\ \ \ |
|
| | | | | | | * | | | | Use <chrono> in the runtime benchmarking code instead of the local | lloyd | 2009-09-16 | 1 | -30/+46 |
* | | | | | | | | | | | Add new top-level algorithm which provides basic functionality: name | lloyd | 2010-11-01 | 1 | -2/+2 |
* | | | | | | | | | | | Eliminate the constant size_t values in SymmetricAlgorithm that give | lloyd | 2010-10-28 | 1 | -3/+3 |
|/ / / / / / / / / / |
|
* | | | | | | | | | | s/BLOCK_SIZE/block_size()/ | lloyd | 2010-10-13 | 1 | -2/+2 |
* | | | | | | | | | | s/u32bit/size_t/ in codec and benchmark | lloyd | 2010-10-12 | 1 | -8/+8 |
|/ / / / / / / / / |
|
* | | | | | | | / | Change the benchmark code to also take a buf_size, instead of using hardcoded | lloyd | 2010-07-30 | 1 | -3/+4 |
| |_|_|_|_|_|_|/
|/| | | | | | | |
|
* | | | | | | | | Use "/*" instead of "/**" in starting comments at the begining of a file. | lloyd | 2010-06-07 | 1 | -1/+1 |
| |_|_|_|_|_|/
|/| | | | | | |
|
* | | | | | | | Remove some C-style casts | lloyd | 2010-04-23 | 1 | -1/+1 |
|/ / / / / / |
|
* / / / / / | Remove unneeded iostream/stdio includes | lloyd | 2009-12-21 | 1 | -2/+0 |
|/ / / / / |
|
* | | | | | Un-internal loadstor.h (and its header deps, rotate.h and | lloyd | 2009-12-21 | 1 | -9/+10 |
* | | | | | Consolidate the non-canonical epoch timers, like cpuid and Win32's | lloyd | 2009-12-01 | 1 | -22/+21 |
|/ / / / |
|
* / / / | Cleanups/random changes in the stream cipher code: | lloyd | 2009-10-14 | 1 | -1/+1 |
|/ / / |
|
* | / | In the benchmark code, set a random key for the block and stream ciphers. | lloyd | 2009-09-23 | 1 | -0/+4 |
| |/
|/| |
|
* | | Split up util.h into 3 files | lloyd | 2009-09-17 | 1 | -1/+0 |
|/ |
|
* | In benchmark.cpp, use encrypt_n when benchmarking block ciphers | lloyd | 2009-08-12 | 1 | -2/+1 |
* | Change how the pair is constructed for Sun Forte compatability | lloyd | 2009-07-31 | 1 | -1/+1 |
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 1 | -0/+2 |
* | Fix a roundoff error in the block cipher benchmarks | lloyd | 2008-11-24 | 1 | -16/+17 |
* | Fix integer overflow in benchmars | lloyd | 2008-11-23 | 1 | -4/+4 |
* | Fix poorly named function | lloyd | 2008-11-21 | 1 | -6/+6 |
* | Oops, 2^32 nanoseconds < 4.3 seconds, which is pretty small. Use 64 bit | lloyd | 2008-11-12 | 1 | -7/+7 |
* | Remove support for provider identifiers from SCAN_Name - it turns out this | lloyd | 2008-11-12 | 1 | -6/+7 |
* | Add a runtime benchmarking system (for ciphers/hash/MACs) | lloyd | 2008-11-11 | 1 | -0/+185 |