aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/mce/mceliece.h
Commit message (Expand)AuthorAgeFilesLines
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-051-2/+2
* Don't leave member variables uninitialized. Found by Coverity scanner.Jack Lloyd2016-02-091-1/+1
* McEliece cleanupsJack Lloyd2015-09-291-108/+95
* pubkey: Add missing overridesDaniel Seither2015-07-301-4/+4
* 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