aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/mce/mceliece_key.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert PK_Verifier change (don't require RNG there).Jack Lloyd2016-10-071-4/+8
* Remove Algo_Registry usage from public key code.Jack Lloyd2016-10-071-4/+16
* Move McEliece KEM operation into the same file as the key type.Jack Lloyd2015-12-261-0/+65
* McEliece cleanupsJack Lloyd2015-09-291-32/+43
* Silence some extra ';' warningsSimon Warta2015-07-221-1/+1
* lib/pubkey: Convert &vec[0] to vec.data()Simon Warta2015-06-231-3/+3
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Cleanuplloyd2015-01-081-7/+5
* Implement a strength estimator for McEliece keys based on HyMES versionlloyd2014-12-091-1/+3
* Move all PK workfactor esstimators to workfactors.*lloyd2014-11-291-2/+7
* Add an implementation of McEliece encryption based on HyMESfstrenzke2014-11-261-0/+281