aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/mce/gf2m_rootfind_dcmp.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid uses of volatile deprecated in C++20Jack Lloyd2022-01-271-2/+3
* Make polyn_gf2m.h internalJack Lloyd2020-11-111-1/+1
* Fix MSVC warnings in McElieceJack Lloyd2019-12-061-18/+17
* Fix various MSVC warningsJack Lloyd2019-06-291-3/+1
* Avoid using double underscore in variable namesJack Lloyd2017-09-201-3/+3
* Content:Tomasz Frydrych2017-04-031-1/+1
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-24/+24
* Avoid having source files start with /**Jack Lloyd2016-11-251-1/+1
* 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