Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid using double underscore in variable names | Jack Lloyd | 2017-09-20 | 1 | -6/+6 |
* | Convert to using standard uintN_t integer types | Jack Lloyd | 2016-12-18 | 1 | -31/+31 |
* | Avoid having source files start with /** | Jack Lloyd | 2016-11-25 | 1 | -1/+1 |
* | Fix doxygen warnings [ci skip] | René Korthaus | 2016-10-19 | 1 | -2/+2 |
* | Fix Coverity findings in McEliece code | Jack Lloyd | 2016-02-09 | 1 | -2/+3 |
* | Reroot the exception hierarchy into a toplevel Exception class | Jack Lloyd | 2015-12-11 | 1 | -1/+1 |
* | McEliece cleanups | Jack Lloyd | 2015-09-29 | 1 | -15/+42 |
* | lib/pubkey: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-23 | 1 | -3/+3 |
* | Remove static casts | lloyd | 2015-02-06 | 1 | -1/+1 |
* | Centralize where string.h/cstring is included to mem_ops.h | lloyd | 2015-01-23 | 1 | -1/+1 |
* | 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/+203 |