aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli/speed.cpp
Commit message (Expand)AuthorAgeFilesLines
* RSA - just bench PKCS signaturesJack Lloyd2018-03-011-4/+4
* Optimize FE1 format preserving encryptionJack Lloyd2018-02-281-2/+5
* Splitout binary extended GCD algorithmJack Lloyd2018-02-281-2/+2
* Benchmark larger DH valuesJack Lloyd2018-02-251-1/+1
* New API for blinded ECC point multiplicationJack Lloyd2018-02-211-2/+5
* Add benchmarks for ElGamal and DSAJack Lloyd2018-02-181-0/+59
* Increase default speed --msec to 300Jack Lloyd2018-02-021-1/+1
* Use shared representation of EC_GroupJack Lloyd2018-01-311-4/+3
* For hash/mac speed tests finalize the computation under the timerJack Lloyd2018-01-301-1/+6
* Fix speed test of cipher modes [ci skip]Jack Lloyd2018-01-271-3/+3
* Merge GH #1387 Improve help output of cli toolJack Lloyd2018-01-141-0/+10
|\
| * Print a command description for cli helpRené Korthaus2018-01-041-0/+10
* | Make stream, block, hash and cipher mode base classes optionalJack Lloyd2018-01-121-5/+36
* | Remove dependency: base depends on macSimon Warta2018-01-111-1/+8
|/
* Correct JSON output (trailing comma) and add byte-per-second valueJack Lloyd2017-12-181-3/+10
* Add timings for RFC 3394 keywrapJack Lloyd2017-11-181-0/+40
* Remove SIMD perf test from speedJack Lloyd2017-11-151-116/+0
* speed: simplify some codeJack Lloyd2017-11-021-167/+60
* Round block cipher buffer sizes to multiple of block sizeJack Lloyd2017-10-251-2/+12
* 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