Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Store base point multiplies in a single std::vector | Jack Lloyd | 2018-03-20 | 1 | -0/+8 |
* | Nudge users to EC_Group::OS2ECP | Jack Lloyd | 2018-03-20 | 1 | -4/+10 |
* | Improve memory handling for PointGFp | Jack Lloyd | 2018-03-14 | 1 | -1/+8 |
* | Add PointGFp::encode as replacement for EC2OSP | Jack Lloyd | 2018-03-10 | 1 | -8/+21 |
* | Add PointGFp::force_all_affine using Montgomery's trick | Jack Lloyd | 2018-03-08 | 1 | -0/+5 |
* | Add destructor for unique_ptr | Jack Lloyd | 2018-03-08 | 1 | -0/+2 |
* | Add mixed (J+A) point addition, new scalar mul for base points | Jack Lloyd | 2018-03-08 | 1 | -55/+22 |
* | Reduce temp usage in PointGFp addition and doubling | Jack Lloyd | 2018-03-04 | 1 | -1/+1 |
* | Merge ec_gfp and ec_group modules | Jack Lloyd | 2018-02-25 | 1 | -0/+362 |