aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/numbertheory/point_gfp.cpp
Commit message (Expand)AuthorAgeFilesLines
* Kill stdio includelloyd2010-03-131-2/+0
* Unroll point multiply to look at two bits of scalar each iteration.lloyd2010-03-131-2/+24
* Precompute a*rlloyd2010-03-131-1/+1
* More monty_mult cleanupslloyd2010-03-131-6/+4
* Small monty_mult cleanuplloyd2010-03-131-10/+8
* Inline/simplifiy monty multlloyd2010-03-131-31/+15
* Only need a single word from p_dash, so only save that single word.lloyd2010-03-131-94/+9
* Use Montgomery reduction for the important parts of PointGFp, usinglloyd2010-03-131-71/+78
* Add back code for montgomery PointGFp mult (not used atm)lloyd2010-03-131-14/+157
* Hide PointGFp constructorslloyd2010-03-131-0/+10
* Remove access to the Jacobian coordinate getters get_{x,y,z}, as welllloyd2010-03-131-4/+9
* Clarify exception text on get_affine when point is zerolloyd2010-03-051-2/+2
* Make two variants of OS2ECP, one taking pointer + length, and otherlloyd2010-03-021-12/+13
* Inline some simple PointGFp functionslloyd2010-03-021-44/+0
* Rename mult2_in_place just mult2 (double would be better but is a keyword...)lloyd2010-03-011-4/+4
* Simplify mult2_in_place slightlylloyd2010-02-251-7/+3
* Move contents of gfpmath to numbertheory. Adjust dependencies.lloyd2010-02-251-0/+423