aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/mce/mceliece_key.h
Commit message (Expand)AuthorAgeFilesLines
* McEliece cleanupsJack Lloyd2015-09-291-126/+0
* pubkey: Add missing overridesDaniel Seither2015-07-301-9/+9
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* 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-221-2/+2
* Move all PK workfactor esstimators to workfactors.*lloyd2014-11-291-2/+1
* Add an implementation of McEliece encryption based on HyMESfstrenzke2014-11-261-0/+127