aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmd/speed_pk.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make ./configure.py --no-autoload --enable-modules='adler32,dlies' compileSimon Warta2015-07-031-3/+3
* Make Botan compile when only some modules are enabledSimon Warta2015-07-031-10/+10
* Replace \n by std::endl in /src/cmdSimon Warta2015-06-231-7/+7
* Move the signature padding schemes to the PK operation classes,lloyd2015-03-231-6/+3
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Add Curve25519 based on curve25519-donna by Adam Langley.lloyd2014-12-271-0/+56
* Implement a strength estimator for McEliece keys based on HyMES versionlloyd2014-12-091-3/+2
* Add a basic speed test for McEliecelloyd2014-12-081-0/+71
* Command line prog cleanuplloyd2014-11-121-0/+755