Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert PK_Verifier change (don't require RNG there). | Jack Lloyd | 2016-10-07 | 1 | -4/+8 |
* | Remove Algo_Registry usage from public key code. | Jack Lloyd | 2016-10-07 | 1 | -4/+16 |
* | Move McEliece KEM operation into the same file as the key type. | Jack Lloyd | 2015-12-26 | 1 | -0/+65 |
* | McEliece cleanups | Jack Lloyd | 2015-09-29 | 1 | -32/+43 |
* | Silence some extra ';' warnings | Simon Warta | 2015-07-22 | 1 | -1/+1 |
* | lib/pubkey: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-23 | 1 | -3/+3 |
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 1 | -1/+1 |
* | Cleanup | lloyd | 2015-01-08 | 1 | -7/+5 |
* | Implement a strength estimator for McEliece keys based on HyMES version | lloyd | 2014-12-09 | 1 | -1/+3 |
* | Move all PK workfactor esstimators to workfactors.* | lloyd | 2014-11-29 | 1 | -2/+7 |
* | Add an implementation of McEliece encryption based on HyMES | fstrenzke | 2014-11-26 | 1 | -0/+281 |