Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix dead assignment in mce/polyn_gf2m.cpp in polyn_gf2m() found by clang-anal... | Daniel Neus | 2016-03-02 | 1 | -3/+1 |
* | Fix remaining Wshadow warnings and enable on gcc and clang | René Korthaus | 2016-02-18 | 1 | -6/+6 |
* | Fix Coverity findings in McEliece code | Jack Lloyd | 2016-02-09 | 1 | -9/+12 |
* | Fix McEliece key gen endian dependency. | Jack Lloyd | 2015-10-27 | 1 | -7/+19 |
* | Merge pull request #286 from randombit/mce-cleanup | Jack Lloyd | 2015-09-30 | 1 | -21/+17 |
|\ | |||||
| * | McEliece cleanups | Jack Lloyd | 2015-09-29 | 1 | -21/+17 |
* | | Remove warning: assuming signed overflow does not occur | Simon Warta | 2015-09-25 | 1 | -1/+1 |
|/ | |||||
* | Fix typos | Simon Warta | 2015-07-24 | 1 | -1/+1 |
* | Silence some extra ';' warnings | Simon Warta | 2015-07-22 | 1 | -1/+1 |
* | Remove static casts | lloyd | 2015-02-06 | 1 | -7/+5 |
* | Centralize where string.h/cstring is included to mem_ops.h | lloyd | 2015-01-23 | 1 | -6/+3 |
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 1 | -1/+1 |
* | Add an implementation of McEliece encryption based on HyMES | fstrenzke | 2014-11-26 | 1 | -0/+804 |