aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/mce/mceliece.h
Commit message (Expand)AuthorAgeFilesLines
* Content:Tomasz Frydrych2017-04-031-4/+5
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-21/+21
* 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-11/+1
* Remove Algo_Registry usage from public key code.Jack Lloyd2016-10-071-0/+9
* 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