| Commit message (Expand) | Author | Age | Files | Lines |
* | Cache a workspace; much faster | lloyd | 2010-03-13 | 1 | -1/+2 |
* | Use Montgomery reduction for the important parts of PointGFp, using | lloyd | 2010-03-13 | 1 | -3/+0 |
* | Add back code for montgomery PointGFp mult (not used atm) | lloyd | 2010-03-13 | 1 | -0/+8 |
* | Hide PointGFp constructors | lloyd | 2010-03-13 | 1 | -7/+4 |
* | Remove access to the Jacobian coordinate getters get_{x,y,z}, as well | lloyd | 2010-03-13 | 1 | -29/+0 |
* | Make two variants of OS2ECP, one taking pointer + length, and other | lloyd | 2010-03-02 | 1 | -1/+6 |
* | Inline some simple PointGFp functions | lloyd | 2010-03-02 | 1 | -7/+35 |
* | Rename PointGFp::get_jac_proj_{x,y,z} simply get_{x,y,z} | lloyd | 2010-03-02 | 1 | -3/+3 |
* | Allow creating uninitialized PointGFp and CurveGFps | lloyd | 2010-03-01 | 1 | -0/+5 |
* | Rename mult2_in_place just mult2 (double would be better but is a keyword...) | lloyd | 2010-03-01 | 1 | -2/+2 |
* | Move contents of gfpmath to numbertheory. Adjust dependencies. | lloyd | 2010-02-25 | 1 | -0/+201 |