aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli/speed.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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