aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli/speed.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-061-7/+6
* Remove XTEAJack Lloyd2020-11-051-1/+0
* Remove KASUMIJack Lloyd2020-11-051-1/+0
* Remove Tiger hash functionJack Lloyd2020-11-051-1/+0
* Remove MISTY1Jack Lloyd2020-11-051-1/+0
* Remove CAST-256Jack Lloyd2020-11-051-1/+0
* Some math deprecationsJack Lloyd2020-11-051-2/+2
* Improve AVX-512 detectionJack Lloyd2020-10-241-2/+0
* Fix build problemJack Lloyd2020-10-011-2/+2
* Fix cppcheck findingsRené Fischer2020-06-051-13/+13
* Add Processor_RNGJack Lloyd2020-05-081-6/+6
* Merge GH #2298 Clean up prime generation logicJack Lloyd2020-03-061-6/+18
|\
| * Clean up prime generation logic slightlyJack Lloyd2020-03-061-6/+18
* | Optimize inverse_modJack Lloyd2020-03-061-18/+22
|/
* Remove use of Binary Extended Euclidean Algorithm for inversionJack Lloyd2020-03-011-10/+27
* Add more tests for speed utilJack Lloyd2020-02-091-2/+1
* Add -Werror mode for CI buildJack Lloyd2019-12-031-1/+1
* Tweak block cipher encryption perf testJack Lloyd2019-10-031-2/+3
* Merge GH #2124 Add poly_dbl speed utilJack Lloyd2019-09-281-0/+30
|\
| * Add poly_dbl speed utilJack Lloyd2019-09-281-0/+30
* | OCB optimizationsJack Lloyd2019-09-281-1/+1
|/
* Fix small bug in is_prime speed testJack Lloyd2019-09-271-2/+2
* Add a variant of RandomNumberGenerator::random_vecJack Lloyd2019-09-131-2/+2
* Remove modexp based inversion from speed testJack Lloyd2019-08-231-9/+0
* Fix various MSVC warningsJack Lloyd2019-06-291-1/+2
* Change XMSS OIDs and feature macro nameJack Lloyd2019-06-231-2/+2
* Fix some LGTM issuesJack Lloyd2019-06-191-0/+1
* Argon2: minor optimizations, add tests of CLI, tweak tuningJack Lloyd2019-05-301-0/+46
* Fix param names to match RFCJack Lloyd2019-05-131-4/+4
* Fix param namesJack Lloyd2019-05-101-4/+4
* Fix feature macro checks.Jack Lloyd2019-04-261-2/+0
* Rename OS::get_processor_timestamp to OS::get_cpu_cycle_counterJack Lloyd2018-12-231-1/+1
* Test how long it takes to precompute base point multiplesJack Lloyd2018-12-161-0/+20
* Fix more MSVC warningsJack Lloyd2018-12-101-2/+2
* Work around a problem when built with OpenSSLJack Lloyd2018-12-101-1/+8
* Support recovering ECDSA public key from message/signature pairJack Lloyd2018-12-101-0/+51
* In speed, track number of invalid generated signatures and print onceJack Lloyd2018-12-081-1/+6
* Add a constant time divide variant for dividing by uint8_tJack Lloyd2018-12-021-0/+43
* Add a const-time division algorithmJack Lloyd2018-12-021-0/+45
* Fix more MSVC warningsJack Lloyd2018-10-011-1/+1
* Merge GH #1670 New password hashing interfaceJack Lloyd2018-09-131-306/+18
|\
| * Add testsJack Lloyd2018-09-101-9/+12
| * Promote Timer to an internal util classJack Lloyd2018-09-101-301/+10
* | Better error repoting for invalid/out of range --buf-size argJack Lloyd2018-09-101-2/+7
* | Fix cipher mode speed benchmark ignoring provider argumentJose Pereira2018-09-061-2/+2
|/
* In speed test, check for availability of NIST reducer functionsJack Lloyd2018-08-151-0/+2
* Improve speed of cli testsJack Lloyd2018-08-101-12/+23
* Add Lucas test from FIPS 186-4Jack Lloyd2018-07-311-0/+37
* Update password hashing default settingsJack Lloyd2018-07-131-0/+65
* In speed command warn if some unknown flag is passed to --clear-cpuidJack Lloyd2018-07-111-1/+7