aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/mce/goppa_code.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid using double underscore in variable namesJack Lloyd2017-09-201-6/+6
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-31/+31
* Avoid having source files start with /**Jack Lloyd2016-11-251-1/+1
* Fix doxygen warnings [ci skip]René Korthaus2016-10-191-2/+2
* Fix Coverity findings in McEliece codeJack Lloyd2016-02-091-2/+3
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-111-1/+1
* McEliece cleanupsJack Lloyd2015-09-291-15/+42
* lib/pubkey: Convert &vec[0] to vec.data()Simon Warta2015-06-231-3/+3
* Remove static castslloyd2015-02-061-1/+1
* Centralize where string.h/cstring is included to mem_ops.hlloyd2015-01-231-1/+1
* 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/+203