Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add monty sqr and multiply routines (they just call karatsuba and then | lloyd | 2011-06-02 | 1 | -15/+9 |
* | Reduce number of temporaries needed in point addition | lloyd | 2011-06-01 | 1 | -22/+14 |
* | Multi-expoentiation, using the single bit variation. Using a 2 or 3 | lloyd | 2011-06-01 | 2 | -0/+45 |
* | Only call p.sig_words once in CurveGFp constructor. | lloyd | 2011-05-19 | 1 | -4/+2 |
* | Move the curve over GF(p) code back into its own subdir | lloyd | 2011-05-19 | 4 | -0/+1025 |