summaryrefslogtreecommitdiff
path: root/bench1.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add algorithm provider member function to Algorithm classJeffrey Walton2018-07-061-15/+21
* Add HC-256 stream cipher (GH #680)Jeffrey Walton2018-07-051-0/+1
* Move TEA and XTEA to lightweight block ciphersJeffrey Walton2018-07-051-2/+3
* Fix HC-128 benchmarkJeffrey Walton2018-07-051-1/+1
* Add HC-128 stream cipher (GH #679)Jeffrey Walton2018-07-051-0/+1
* Add Rabbit stream cipher (GH #678)Jeffrey Walton2018-07-041-0/+2
* Remove code to accomodate variable block size (GH #535)Jeffrey Walton2018-07-011-6/+5
* Fix bench1.cpp from SIMECK testingJeffrey Walton2018-07-011-4/+0
* Add SIMECK-64 SSSE3 implementation (GH #675)Jeffrey Walton2018-07-011-0/+4
* Add Simeck lightweight block cipher (GH #675)Jeffrey Walton2018-06-301-0/+3
* Fix bench1.cpp from HIGHT testingJeffrey Walton2018-06-241-3/+0
* Add HIGHT lightweight block cipher (GH #672)Jeffrey Walton2018-06-241-0/+4
* Add CHAM lightweight block cipher (PR #670)Jeffrey Walton2018-06-171-2/+9
* Add LEA lightweight block cipher (GH #669)Jeffrey Walton2018-06-171-0/+4
* 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