Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli... | Daniel Neus | 2016-03-05 | 1 | -2/+2 |
* | Don't leave member variables uninitialized. Found by Coverity scanner. | Jack Lloyd | 2016-02-09 | 1 | -1/+1 |
* | McEliece cleanups | Jack Lloyd | 2015-09-29 | 1 | -108/+95 |
* | pubkey: Add missing overrides | Daniel Seither | 2015-07-30 | 1 | -4/+4 |
* | lib/pubkey: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-23 | 1 | -9/+9 |
* | Convert PK operations to using Algo_Registry instead of Engine. | lloyd | 2015-02-03 | 1 | -101/+97 |
* | Centralize where string.h/cstring is included to mem_ops.h | lloyd | 2015-01-23 | 1 | -5/+5 |
* | Amalgamation fixes | lloyd | 2015-01-23 | 1 | -4/+2 |
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 1 | -1/+1 |
* | Implement a strength estimator for McEliece keys based on HyMES version | lloyd | 2014-12-09 | 1 | -0/+6 |
* | GCC 4.9 fixes | lloyd | 2014-12-02 | 1 | -1/+1 |
* | Add an implementation of McEliece encryption based on HyMES | fstrenzke | 2014-11-26 | 1 | -0/+149 |