aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/mce/mceliece_key.cpp
Commit message (Expand)AuthorAgeFilesLines
* Content:Tomasz Frydrych2017-04-031-7/+0
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-41/+41
* Add Private_Key::private_key_info()René Korthaus2016-12-051-1/+1
* Add Public_Key::subject_public_key()René Korthaus2016-12-051-1/+1
* Avoid having source files start with /**Jack Lloyd2016-11-251-1/+1
* Pubkey cleanupsJack Lloyd2016-11-121-0/+5
* Remove Key_Type typedefsJack Lloyd2016-11-081-2/+0
* 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