summaryrefslogtreecommitdiff
path: root/bench2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use Cycles/Byte for table headingJeffrey Walton2018-10-141-1/+1
* Make ChaCha an Salsa use the same design patternJeffrey Walton2018-08-171-3/+3
* Use shifts for VectorGetLowJeffrey Walton2018-08-101-0/+4
* Add POWER8 GCM mode (GH #698)Jeffrey Walton2018-08-091-0/+4
* Cleanup head notes and includesJeffrey Walton2018-07-271-9/+3
* Split bench1.cpp into two filesJeffrey Walton2018-07-271-0/+252
* Split bench1.cpp into two filesJeffrey Walton2018-07-271-432/+0
* Add algorithm provider member function to Algorithm classJeffrey Walton2018-07-061-10/+18
* Clear clang-tidy warningsJeffrey Walton2018-01-231-24/+69
* Remove bold from algorithm name in benchmarksJeffrey Walton2017-11-131-2/+8
* Add "stdcpp.h" to bench1.cpp and bench2.cpp (GH #520)Jeffrey Walton2017-10-121-0/+1
* Fix Clang warning on missing template definitionsJeffrey Walton2017-08-161-0/+1
* Revert "Revert "Clear Visual Studio warnings (Issue 412)""Jeffrey Walton2017-06-021-0/+4
* Revert "Clear Visual Studio warnings (Issue 412)"Jeffrey Walton2017-06-021-4/+0
* Clear Visual Studio warnings (Issue 412)Jeffrey Walton2017-05-301-0/+4
* Removed "typedef SHA1 SHA" (Issue 369)Jeffrey Walton2017-04-241-29/+29
* Remove style from TABLE tag for benchmarksJeffrey Walton2017-03-121-1/+1
* Add Random Number Generator benchmarks (Issue 386)Jeffrey Walton2017-03-081-115/+99
* Add Test namespace within CryptoPP namespace (Issue 379)Jeffrey Walton2017-02-211-42/+41
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
* Add CRYPTOPP_ASSERT to Validate routinesJeffrey Walton2017-01-201-3/+3
* Add Aumasson and Bernstein's SipHash (Issue 348)Jeffrey Walton2016-12-171-1/+0
* Fix copy/paste typo in ECGDSA benchmarksJeffrey Walton2016-12-131-2/+2
* Add ECGDSA benchmarks using secp256k1 and sect233r1Jeffrey Walton2016-12-131-0/+8
* Add Deterministic DSA and ECDSA Signatures (Issue 121)Jeffrey Walton2016-12-111-0/+9
* Removed VC++ 5.0 and 6.0 workarounds (Issue 342)Jeffrey Walton2016-12-031-12/+3
* Add EC prefix to classes which operate over elliptic curvesJeffrey Walton2016-07-211-9/+9
* Stub-out BenchMarkAgreement for HMQV and FHMQV benchmarksJeffrey Walton2016-07-141-0/+26
* Stub-out HMQV and FHMQV benchmarksJeffrey Walton2016-07-131-0/+14
* Added CRYPTOPP_DATA_DIR patch (Issue 82)Jeffrey Walton2015-12-251-30/+30
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Cov...Jeffrey Walton2015-11-181-9/+13
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-316/+333
* Removed USING_NAMESPACE(std). Changed cout → std::cout, cerr → std::cerr,...Jeffrey Walton2015-07-301-11/+10
* re-enable accidentally disabled benchmarksweidai2011-04-261-2/+2
* use GlobalRNG(), improved benchmarking of AuthenticatedSymmetricCipherweidai2010-06-291-32/+22
* fix ECNR name to ECDSAweidai2009-04-051-2/+2
* - add EAX mode, XSalsa20weidai2009-03-121-30/+30
* fixed wrong name shown for ECDSAweidai2009-03-121-2/+2
* benchmark key and IV setup. remove low security benchmarksweidai2007-04-151-63/+44
* port to MSVC .NET 2005 beta 2weidai2005-07-121-8/+8
* split bench.cpp in 2 for alpha (.got subsegment exceeds 64K)weidai2003-07-291-0/+346