aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/mce/mceliece.cpp
Commit message (Expand)AuthorAgeFilesLines
* More include header cleanupsJack Lloyd2017-09-211-1/+0
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-26/+26
* Avoid having source files start with /**Jack Lloyd2016-11-251-1/+1
* McEliece cleanupsJack Lloyd2015-09-291-105/+68
* Internal header cleanupsJack Lloyd2015-09-191-1/+0
* lib/pubkey: Convert &vec[0] to vec.data()Simon Warta2015-06-231-6/+6
* Remove static castslloyd2015-02-061-7/+9
* Convert PK operations to using Algo_Registry instead of Engine.lloyd2015-02-031-1/+0
* Centralize where string.h/cstring is included to mem_ops.hlloyd2015-01-231-4/+4
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Add an implementation of McEliece encryption based on HyMESfstrenzke2014-11-261-0/+172