aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/ec_gfp
Commit message (Expand)AuthorAgeFilesLines
* Add monty sqr and multiply routines (they just call karatsuba and thenlloyd2011-06-021-15/+9
* Reduce number of temporaries needed in point additionlloyd2011-06-011-22/+14
* Multi-expoentiation, using the single bit variation. Using a 2 or 3lloyd2011-06-012-0/+45
* Only call p.sig_words once in CurveGFp constructor.lloyd2011-05-191-4/+2
* Move the curve over GF(p) code back into its own subdirlloyd2011-05-194-0/+1025