Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split public key benchmarks into integers and elliptic curves | Jeffrey Walton | 2019-08-07 | 1 | -6/+42 |
| | |||||
* | Use OS X 10.1 image for Travis testing | Jeffrey Walton | 2018-12-08 | 1 | -1/+1 |
| | |||||
* | Split bench1.cpp into two files | Jeffrey Walton | 2018-07-27 | 1 | -2/+14 |
| | | | | Renamed bench2.cpp to bench3.cpp. Split bench1.cpp into bench1.cpp and bench2.cpp | ||||
* | Add algorithm provider member function to Algorithm class | Jeffrey Walton | 2018-07-06 | 1 | -2/+2 |
| | |||||
* | Fix benchmark selection code (GH #464) | Jeffrey Walton | 2017-08-22 | 1 | -4/+5 |
| | |||||
* | Add UnkeyedRNG, UnkeyedHash and UnkeyedOther | Jeffrey Walton | 2017-07-23 | 1 | -2/+4 |
| | | | | Some RNGs are keyed, like AES/OFB. However, for classification, we treat them as unkeyed. | ||||
* | Rework benchmark code | Jeffrey Walton | 2017-05-19 | 1 | -1/+10 |
| | | | | This change moves test selections from test.cpp into bench.cpp. It also allows us finer control over test classes and algorithms | ||||
* | Split regtest.cpp into regtest{1|2|3}.cpp | Jeffrey Walton | 2017-04-13 | 1 | -1/+3 |
| | | | | | regtest.cpp is where ciphers register by name. The library has added a number of ciphers over the last couple of years and the source file has experienced bloat. Most of the ARM and MIPS test borads were suffering Out of Memory (OOM) kills as the compiler processed the source fille and the included header files. This won't stop the OOM kills, but it will help the situation. An early BeagleBoard with 512 MB of RAM is still going to have trouble, but it can be worked around by building with 1 make job as opposed to 2 or 4. | ||||
* | Add Random Number Generator benchmarks (Issue 386) | Jeffrey Walton | 2017-03-08 | 1 | -17/+27 |
| | | | | | | | | Move HTML header and footer into benchmark functions Switch to <cmath> and standard math routines Switch to <ctime> and standard clock and time routines Move static variable^Cinto anonymous namespace Add TimeToString function for printing start and end times | ||||
* | Add Test namespace within CryptoPP namespace (Issue 379) | Jeffrey Walton | 2017-02-21 | 1 | -1/+21 |
| | |||||
* | Change file preamble to include "originally written by Wei Dai" | Jeffrey Walton | 2017-01-27 | 1 | -1/+1 |
| | | | | We have made a fair number of changes, and we don't want WD to receive credit for issues he was not part of | ||||
* | Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 ↵ | Jeffrey Walton | 2015-11-18 | 1 | -0/+2 |
| | | | | (Coverity rollup) | ||||
* | CRYPTOPP 5.6.3 RC6 checkin | Jeffrey Walton | 2015-11-05 | 1 | -11/+11 |
| | |||||
* | benchmark key and IV setup. remove low security benchmarks | weidai | 2007-04-15 | 1 | -2/+2 |
| | |||||
* | add b2 command | weidai | 2003-08-01 | 1 | -1/+2 |
| | |||||
* | split bench.cpp in 2 for alpha (.got subsegment exceeds 64K) | weidai | 2003-07-29 | 1 | -1/+3 |
| | |||||
* | Initial revision | weidai | 2002-10-04 | 1 | -0/+8 |