aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/numbertheory/curve_gfp.h
Commit message (Expand)AuthorAgeFilesLines
* Use size_t in all of math, remove to_u32bitlloyd2010-10-121-2/+2
* Avoid name clashing, Sun Studio doesn't like thislloyd2010-09-071-2/+3
* Doxygenlloyd2010-06-221-5/+17
* Cache p.sig_words() in curve objectlloyd2010-03-151-0/+9
* Precompute a*rlloyd2010-03-131-1/+8
* Single word p-dashlloyd2010-03-131-3/+4
* Move monty params to curve, since only depend on the primelloyd2010-03-131-4/+37
* Allow creating uninitialized PointGFp and CurveGFpslloyd2010-03-011-0/+5
* Move contents of gfpmath to numbertheory. Adjust dependencies.lloyd2010-02-251-0/+96