summaryrefslogtreecommitdiff
path: root/bench1.cpp
Commit message (Expand)AuthorAgeFilesLines
* Re-add Simon and Speck, enable SSE (GH #585)Jeffrey Walton2018-02-181-0/+12
* Remove Simon and Speck ciphers (GH #585)Jeffrey Walton2018-02-141-12/+0
* Keep CAST tests together in bench1.cppJeffrey Walton2018-01-241-1/+1
* Fix benchmarks after variable block size removal (GH #535)Jeffrey Walton2018-01-181-5/+5
* Change ::log() to log() to work with C++Builder (#552)Tanzinul Islam2017-12-301-2/+2
* Add SIMON-64 NEON intrinsicsJeffrey Walton2017-12-051-2/+1
* Increase precision of cpbJeffrey Walton2017-11-271-2/+11
* Add SM3 hash function (GH #541)Jeffrey Walton2017-11-231-4/+5
* Add SM4 block ciphers (GH #540)Jeffrey Walton2017-11-231-0/+2
* Add CTR to display for SIMON and SPECKJeffrey Walton2017-11-221-17/+17
* Add SIMON-64 and SIMON-128 lightweight block ciphers (GH #539)Jeffrey Walton2017-11-211-0/+6
* Add SPECK-64 and SPECK-128 lightweight block ciphers (GH #538)Jeffrey Walton2017-11-201-0/+7
* Remove variable block size for Threefish (GH #535)Jeffrey Walton2017-11-171-3/+5
* Remove bold from algorithm name in benchmarksJeffrey Walton2017-11-131-4/+6
* Add "stdcpp.h" to bench1.cpp and bench2.cpp (GH #520)Jeffrey Walton2017-10-121-0/+1
* Use ::time() and ::log() instead of std::time() and std::log() (GH #512)Jeffrey Walton2017-09-201-4/+4
* Fix benchmark selection code (GH #464)Jeffrey Walton2017-08-221-1/+1
* Add VIA Padlock RNGJeffrey Walton2017-08-191-0/+6
* Split source files to support Base Implementation + SIMD implementation (GH #...Jeffrey Walton2017-08-171-4/+4
* Add HMAC(SHA256) benchmarkJeffrey Walton2017-08-071-0/+1
* Fix multiple output of shared key benchmarksJeffrey Walton2017-07-231-16/+2
* Revert "Revert "Clear Visual Studio warnings (Issue 412)""Jeffrey Walton2017-06-021-0/+8
* Revert "Clear Visual Studio warnings (Issue 412)"Jeffrey Walton2017-06-021-8/+0
* Clear Visual Studio warnings (Issue 412)Jeffrey Walton2017-05-301-0/+8
* Use consistent names like MinEntropyLength()Jeffrey Walton2017-05-291-1/+1
* Rework benchmark codeJeffrey Walton2017-05-191-3/+35
* Add Threefish block cipher (Issue 422)Jeffrey Walton2017-05-141-3/+3
* Add Kalyna block cipher (Issue 411)Jeffrey Walton2017-05-061-5/+5
* Add variable block size support to test and benchmarksJeffrey Walton2017-05-041-3/+8
* Fix table whitespaceJeffrey Walton2017-04-171-6/+12
* Split regtest.cpp into regtest{1|2|3}.cppJeffrey Walton2017-04-131-10/+10
* Add ARIA block cipherJeffrey Walton2017-04-101-0/+2
* Remove style from TABLE tag for benchmarksJeffrey Walton2017-03-121-2/+2
* Add AES/OFB RNG benchmarkJeffrey Walton2017-03-111-0/+11
* Speedup Hash_DRBG and HMAC_DRBGJeffrey Walton2017-03-111-0/+2
* Add Random Number Generator benchmarks (Issue 386)Jeffrey Walton2017-03-081-165/+340
* Add C++ nullptr support (Issue 383)Jeffrey Walton2017-03-011-6/+6
* Add Test namespace within CryptoPP namespace (Issue 379)Jeffrey Walton2017-02-211-56/+44
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
* Use AES/GCM for PMULL benchmarkingJeffrey Walton2017-01-191-0/+4
* Add Aumasson and Bernstein's SipHash (Issue 348)Jeffrey Walton2016-12-171-0/+2
* Removed VC++ 5.0 and 6.0 workarounds (Issue 342)Jeffrey Walton2016-12-031-13/+7
* Add Poly1305 class (Issue 338)Jeffrey Walton2016-11-271-0/+1
* Add Keccak-224 through Keccak-512 benchmarksJeffrey Walton2016-09-221-0/+4
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-2/+2
* Squashed commit of the following:Jeffrey Walton2016-09-081-4/+4
* Stub-out HMQV and FHMQV benchmarksJeffrey Walton2016-07-131-4/+4
* Add CRC-32C using CXX and SSE4 (Issue 160)Jeffrey Walton2016-04-241-0/+1
* Change default key size to output size per BLAKE2 recommendationJeffrey Walton2016-04-221-0/+2
* Add benchmarks for BLAKE2 and ChaChaJeffrey Walton2016-04-221-0/+5