aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/mce/polyn_gf2m.cpp
Commit message (Expand)AuthorAgeFilesLines
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-35/+35
* Avoid having source files start with /**Jack Lloyd2016-11-251-1/+1
* fix dead assignment in mce/polyn_gf2m.cpp in polyn_gf2m() found by clang-anal...Daniel Neus2016-03-021-3/+1
* Fix remaining Wshadow warnings and enable on gcc and clangRené Korthaus2016-02-181-6/+6
* Fix Coverity findings in McEliece codeJack Lloyd2016-02-091-9/+12
* Fix McEliece key gen endian dependency.Jack Lloyd2015-10-271-7/+19
* Merge pull request #286 from randombit/mce-cleanupJack Lloyd2015-09-301-21/+17
|\
| * McEliece cleanupsJack Lloyd2015-09-291-21/+17
* | Remove warning: assuming signed overflow does not occurSimon Warta2015-09-251-1/+1
|/
* Fix typosSimon Warta2015-07-241-1/+1
* Silence some extra ';' warningsSimon Warta2015-07-221-1/+1
* Remove static castslloyd2015-02-061-7/+5
* Centralize where string.h/cstring is included to mem_ops.hlloyd2015-01-231-6/+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/+804