aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/mce
Commit message (Expand)AuthorAgeFilesLines
* Ensure all files have copyright and license info.lloyd2015-01-1020-27/+29
* Cleanuplloyd2015-01-081-7/+5
* When encrypting McEliece or Curve25519 keys, default to GCM instead of CBC.lloyd2014-12-271-1/+1
* Fix header guards for amalgamation (github issue 35)lloyd2014-12-224-31/+31
* Implement a strength estimator for McEliece keys based on HyMES versionlloyd2014-12-093-1/+123
* Add a basic speed test for McEliecelloyd2014-12-081-0/+10
* Remove the Overbeck conversion at Dr. Strenzke's request.lloyd2014-12-063-229/+0
* Add KEM scheme for McEliecefstrenzke2014-12-063-0/+111
* GCC 4.9 fixeslloyd2014-12-022-1/+3
* Move all PK workfactor esstimators to workfactors.*lloyd2014-11-292-4/+8
* Add an implementation of McEliece encryption based on HyMESfstrenzke2014-11-2620-0/+3310