aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/mce/code_based_key_gen.cpp
Commit message (Expand)AuthorAgeFilesLines
* Content:Tomasz Frydrych2017-04-031-7/+2
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-28/+28
* Avoid having source files start with /**Jack Lloyd2016-11-251-1/+1
* Fix McEliece key gen endian dependency.Jack Lloyd2015-10-271-13/+7
* Add missing includeJack Lloyd2015-10-261-0/+1
* McEliece cleanupsJack Lloyd2015-09-291-10/+123
* The gf2m type is an unsigned 16-bit, so under C promotion rules aJack Lloyd2015-07-051-1/+1
* lib/pubkey: Convert &vec[0] to vec.data()Simon Warta2015-06-231-1/+1
* Centralize where string.h/cstring is included to mem_ops.hlloyd2015-01-231-3/+3
* 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/+185