aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli/speed.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge GH #1273 Refactor test and cli runner codeJack Lloyd2017-10-241-0/+1
|\
| * Refactor option parsing in cli and test codeJack Lloyd2017-10-241-0/+1
* | In cipher tests count IV setup as part of the message costJack Lloyd2017-10-241-10/+2
|/
* In speed flush the output stream after each resultJack Lloyd2017-10-191-1/+1
* Simplify speed cmdlet, make summary optional, add JSON outputJack Lloyd2017-10-161-501/+455
* Additional final annotationsJack Lloyd2017-10-151-5/+5
* Update list of block ciphers in speed cliJack Lloyd2017-10-131-0/+11
* Optimize GCMJack Lloyd2017-10-131-0/+1
* Use class hereJack Lloyd2017-09-301-1/+1
* Fix bad comparisonJack Lloyd2017-09-301-1/+1
* Reindent [ci skip]Jack Lloyd2017-09-241-1/+1
* Further build/test fixes for restricted configurationsJack Lloyd2017-09-241-0/+4
* More include header cleanupsJack Lloyd2017-09-211-0/+1
* Merge duplicated logic for clearing CPUID bitsJack Lloyd2017-09-161-9/+5
* Newhope cleanupsJack Lloyd2017-08-181-1/+1
* Add ChaCha_RNGJack Lloyd2017-07-311-47/+16
* Merge GH #1082 Add support for SM2 signature schemeJack Lloyd2017-06-301-0/+32
|\
| * Add SM2 signature schemeJack Lloyd2017-06-291-0/+32
* | use buffer sizes only once in performance tests0xdefaced2017-06-261-2/+16
* | print a summary for performance tests0xdefaced2017-06-241-7/+306
* | only speed test different msg sizes when tests require a message size0xdefaced2017-06-241-204/+222
* | accept multiple buffer sizes used for speed tests0xdefaced2017-06-241-141/+170
|/
* Update speedJack Lloyd2017-06-071-0/+29
* Add --ecc-groups= option to speedJack Lloyd2017-06-041-37/+41
* Add support for Intel SHA-1/SHA-2 instructionsJack Lloyd2017-05-191-0/+2
* Add ability to clear cpuid bits before running benchmarks.Jack Lloyd2017-05-181-1/+14
* Reformat code with astyle + fix code styleTomasz Frydrych2017-05-011-156/+244
* Content:Tomasz Frydrych2017-04-031-7/+2
* Add RDRAND_RNG speed testJack Lloyd2017-03-191-0/+12
* Add toggle to disable SIMD speed test added in 2a7127fea6Jack Lloyd2017-02-041-36/+105
* Add modexp speed testJack Lloyd2017-02-021-1/+38
* Report cycles/byte in speed testsJack Lloyd2017-02-021-19/+150
* Fix duplicate entry in XMSS speed paramsJack Lloyd2017-01-061-1/+1
* Fix XMSS speed commandJack Lloyd2016-12-241-4/+6
* Make XMSS more friendly about invalid params.Jack Lloyd2016-11-251-1/+2
* Add CECPQ1 TLS ciphersuitesJack Lloyd2016-11-171-1/+1
* Basic speed test for XMSSJack Lloyd2016-11-121-0/+34
* Add SHAKE-128 and SHAKE-256 as hash functionsJack Lloyd2016-11-101-7/+7
* Merge GH #696 Add ECKCDSA and ECGDSA speed testsJack Lloyd2016-10-301-0/+62
|\
| * Add speedtests for ECKCDSA and ECGDSANever2016-10-301-0/+62
* | Fix crash when default IV is empty. GH #697Jack Lloyd2016-10-301-1/+2
|/
* Remove HMAC_RNG, X9.31-RNG, BeOS stats, EGD reader, Unix process runnerJack Lloyd2016-10-281-17/+0
* Add create_private_key, expose key loading functions in pk_algs.hJack Lloyd2016-10-201-2/+4
* Add OS2ECP benchmark.Jack Lloyd2016-10-131-0/+36
* Revert PK_Verifier change (don't require RNG there).Jack Lloyd2016-10-071-1/+1
* Remove Algo_Registry usage from public key code.Jack Lloyd2016-10-071-8/+8
* Remove unused variableJack Lloyd2016-09-281-2/+0
* Maintainer mode fixes.Jack Lloyd2016-09-211-1/+1
* Merge GH #613 NewHope R-LWE key exchangeJack Lloyd2016-09-051-0/+77
|\
| * Newhope is really limited by RNG speed.Jack Lloyd2016-08-301-5/+33