Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add specialized reducers for P-192, P-224, P-256 and P-384 | lloyd | 2015-02-26 | 1 | -6/+38 |
* | Reference the EC point add and double algorithms used | lloyd | 2015-01-24 | 1 | -0/+8 |
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 1 | -1/+1 |
* | Switch to using Montgomery ladder for EC point multiplication. | lloyd | 2014-12-10 | 1 | -48/+4 |
* | Add specialized reduction for P-521 along with 9x9 Comba routines. | lloyd | 2014-11-15 | 1 | -3/+5 |
* | Move mul and square operations on a elliptic curve to CurveGFp so we | lloyd | 2014-08-09 | 1 | -114/+57 |
* | Use 20 Miller-Rabin iterations regardless of the size of the integer. This | lloyd | 2014-04-13 | 1 | -1/+2 |
* | Move lib into src | lloyd | 2014-01-10 | 1 | -0/+606 |