aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/mce/polyn_gf2m.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-061-1/+1
* Fix MSVC warnings in McElieceJack Lloyd2019-12-061-24/+25
* Fix some MSVC and LGTM warningsJack Lloyd2019-06-291-51/+49
* Fix init ordering warningJack Lloyd2019-01-181-1/+1
* Fix some warnings from PVS-StudioJack Lloyd2019-01-171-1/+1
* Avoid using double underscore in variable namesJack Lloyd2017-09-201-2/+1
* Avoid `throw new Exception`Jack Lloyd2017-08-291-1/+1
* 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