Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle some corner cases in ECC mult | Jack Lloyd | 2018-03-25 | 1 | -1/+6 |
* | Store base point multiplies in a single std::vector | Jack Lloyd | 2018-03-20 | 1 | -1/+8 |
* | Cache additional values for PointGFp multi-exponentiation | Jack Lloyd | 2018-03-19 | 1 | -0/+16 |
* | Avoid needless computation in base point multiply | Jack Lloyd | 2018-03-19 | 1 | -1/+0 |
* | Use a better algorithm for base point multiplies | Jack Lloyd | 2018-03-19 | 1 | -0/+1 |
* | Add mixed (J+A) point addition, new scalar mul for base points | Jack Lloyd | 2018-03-08 | 1 | -0/+47 |