aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli/speed.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Add NEWHOPE KEM schemeJack Lloyd2016-08-301-0/+49
* | 4x interleaved SSE2Jack Lloyd2016-09-011-2/+3
|/
* RNG changes (GH #593)Jack Lloyd2016-08-241-5/+11
* Revamp entropy pollingJack Lloyd2016-07-171-20/+8
* HMAC_RNG not always in buildJack Lloyd2016-07-171-2/+7
* Add Stateful_RNGJack Lloyd2016-07-171-4/+2
* Add FPE_FE1 runtime metricsJack Lloyd2016-05-231-0/+47
* Remove Transform base classJack Lloyd2016-04-211-2/+2
* Fix a couple MSVC warnings.Jack Lloyd2016-04-091-6/+8
* Add McEliece timeJack Lloyd2016-04-031-0/+82
* Clean up PK decryption encoding.Jack Lloyd2016-03-201-4/+7
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-051-6/+6
* For odd moduli use a input-independent modular inverse algorithm.Jack Lloyd2016-02-201-4/+49
* Add tests and timings for inverse_modJack Lloyd2016-02-201-7/+38
* Fix remaining Wshadow warnings and enable on gcc and clangRené Korthaus2016-02-181-3/+3
* Guard use of X9.31 RNG in macro checkJack Lloyd2016-01-291-3/+5
* Fix buffer sizes in speed. Avoid repeated MAC keyingsJack Lloyd2016-01-291-12/+8
* Add time tests for all RNG typesJack Lloyd2016-01-261-11/+68
* Add speed test for entropy sourcesJack Lloyd2016-01-171-6/+31
* Support small buffers in speed tests. Add RNG speed tests.Jack Lloyd2016-01-171-0/+798
* CLI rewriteJack Lloyd2015-12-191-214/+0
* Rename cmd/app -> cliSimon Warta2015-12-091-0/+214