Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reduction of code complexity in MP & ECC classes. | Matthias Gierlings | 2016-06-19 | 1 | -14/+5 |
* | Fix two bugs in 1.11.27 which caused test failures.1.11.28 | Jack Lloyd | 2016-02-01 | 1 | -3/+0 |
* | Fix heap overflow in ECC point multiplication | Jack Lloyd | 2016-02-01 | 1 | -3/+12 |
* | Add final attribute to many classes | Jack Lloyd | 2016-01-10 | 1 | -6/+6 |
* | Expose the NIST prime values and reduction operations as plain functions. | Jack Lloyd | 2015-08-08 | 1 | -28/+144 |
* | lib/math: Convert &vec[0] to vec.data() | Daniel Seither | 2015-06-20 | 1 | -2/+2 |
* | Add specialized reducers for P-192, P-224, P-256 and P-384 | lloyd | 2015-02-26 | 1 | -7/+24 |
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 1 | -1/+1 |
* | Add specialized reduction for P-521 along with 9x9 Comba routines. | lloyd | 2014-11-15 | 1 | -0/+32 |
* | Move mul and square operations on a elliptic curve to CurveGFp so we | lloyd | 2014-08-09 | 1 | -0/+122 |