Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 20 | -27/+29 |
* | Cleanup | lloyd | 2015-01-08 | 1 | -7/+5 |
* | When encrypting McEliece or Curve25519 keys, default to GCM instead of CBC. | lloyd | 2014-12-27 | 1 | -1/+1 |
* | Fix header guards for amalgamation (github issue 35) | lloyd | 2014-12-22 | 4 | -31/+31 |
* | Implement a strength estimator for McEliece keys based on HyMES version | lloyd | 2014-12-09 | 3 | -1/+123 |
* | Add a basic speed test for McEliece | lloyd | 2014-12-08 | 1 | -0/+10 |
* | Remove the Overbeck conversion at Dr. Strenzke's request. | lloyd | 2014-12-06 | 3 | -229/+0 |
* | Add KEM scheme for McEliece | fstrenzke | 2014-12-06 | 3 | -0/+111 |
* | GCC 4.9 fixes | lloyd | 2014-12-02 | 2 | -1/+3 |
* | Move all PK workfactor esstimators to workfactors.* | lloyd | 2014-11-29 | 2 | -4/+8 |
* | Add an implementation of McEliece encryption based on HyMES | fstrenzke | 2014-11-26 | 20 | -0/+3310 |