aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/mce/gf2m_rootfind_dcmp.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reorganize anon namespace code to fix last doxygen warn [ci skip]René Korthaus2016-10-201-8/+8
* Fix Coverity findings in McEliece codeJack Lloyd2016-02-091-3/+5
* Avoid -Wmaybe-uninitialized warning under GCC 5.3Jack Lloyd2016-01-291-4/+6
* Remove all remaining uses of throwing a std:: exception directlyJack Lloyd2015-12-191-1/+2
* McEliece cleanupsJack Lloyd2015-09-291-269/+262
* lib/pubkey: Convert &vec[0] to vec.data()Simon Warta2015-06-231-1/+1
* Remove static castslloyd2015-02-061-3/+3
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* GCC 4.9 fixeslloyd2014-12-021-0/+2
* Add an implementation of McEliece encryption based on HyMESfstrenzke2014-11-261-0/+317