Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add explicit static_cast operations to eliminate implicit cast compiler ↵ | Dan Brown | 2016-04-27 | 1 | -1/+1 |
| | | | | warnings. | ||||
* | Add more workfactor estimate helpers. | Jack Lloyd | 2015-11-29 | 1 | -27/+29 |
| | | | | | | | | | | Specifically a named one for integer factorization (despite using same formula as DL calc) which incorporates the k value from RFC 3766. Also adds dl_exponent_size which returns the exponent size, this one ignores k thus using a ~10 bit larger exponent than strictly necessary. Adding in k downgrades 1024 bit RSA to exactly 80 bits, which is probably about right. | ||||
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 1 | -1/+1 |
| | | | | | Update license header line to specify the terms and refer to the file, neither of which it included before. | ||||
* | Implement a strength estimator for McEliece keys based on HyMES version | lloyd | 2014-12-09 | 1 | -5/+0 |
| | |||||
* | Move all PK workfactor esstimators to workfactors.* | lloyd | 2014-11-29 | 1 | -0/+10 |
| | |||||
* | Move lib into src | lloyd | 2014-01-10 | 1 | -0/+50 |