Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a facility for debug-mode assertions | Jack Lloyd | 2018-03-14 | 1 | -0/+3 |
* | Assume CurveGFp inputs are at most p words long | Jack Lloyd | 2018-03-14 | 1 | -13/+27 |
* | Avoid creating a temp here | Jack Lloyd | 2018-03-14 | 1 | -4/+4 |
* | Improve memory handling for PointGFp | Jack Lloyd | 2018-03-14 | 1 | -16/+16 |
* | Add mixed (J+A) point addition, new scalar mul for base points | Jack Lloyd | 2018-03-08 | 1 | -7/+35 |
* | Use Barrett instead of repeated divisions by p here | Jack Lloyd | 2018-03-04 | 1 | -3/+6 |
* | Remove BigInt using functions from mp layer | Jack Lloyd | 2018-03-01 | 1 | -6/+19 |
* | Fix overflow in monty_redc | Jack Lloyd | 2018-02-27 | 1 | -4/+4 |
* | Avoid unnecessary calls to BigInt::grow_to | Jack Lloyd | 2018-02-26 | 1 | -4/+9 |
* | Merge ec_gfp and ec_group modules | Jack Lloyd | 2018-02-25 | 1 | -0/+287 |