aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/mce/mceliece.h
Commit message (Expand)AuthorAgeFilesLines
* lib/pubkey: Convert &vec[0] to vec.data()Simon Warta2015-06-231-9/+9
* Convert PK operations to using Algo_Registry instead of Engine.lloyd2015-02-031-101/+97
* Centralize where string.h/cstring is included to mem_ops.hlloyd2015-01-231-5/+5
* Amalgamation fixeslloyd2015-01-231-4/+2
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Implement a strength estimator for McEliece keys based on HyMES versionlloyd2014-12-091-0/+6
* GCC 4.9 fixeslloyd2014-12-021-1/+1
* Add an implementation of McEliece encryption based on HyMESfstrenzke2014-11-261-0/+149