aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/numbertheory/point_gfp.h
Commit message (Expand)AuthorAgeFilesLines
* Cache a workspace; much fasterlloyd2010-03-131-1/+2
* Use Montgomery reduction for the important parts of PointGFp, usinglloyd2010-03-131-3/+0
* Add back code for montgomery PointGFp mult (not used atm)lloyd2010-03-131-0/+8
* Hide PointGFp constructorslloyd2010-03-131-7/+4
* Remove access to the Jacobian coordinate getters get_{x,y,z}, as welllloyd2010-03-131-29/+0
* Make two variants of OS2ECP, one taking pointer + length, and otherlloyd2010-03-021-1/+6
* Inline some simple PointGFp functionslloyd2010-03-021-7/+35
* Rename PointGFp::get_jac_proj_{x,y,z} simply get_{x,y,z}lloyd2010-03-021-3/+3
* Allow creating uninitialized PointGFp and CurveGFpslloyd2010-03-011-0/+5
* Rename mult2_in_place just mult2 (double would be better but is a keyword...)lloyd2010-03-011-2/+2
* Move contents of gfpmath to numbertheory. Adjust dependencies.lloyd2010-02-251-0/+201