aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/numbertheory/point_gfp.h
Commit message (Expand)AuthorAgeFilesLines
* Move the curve over GF(p) code back into its own subdirlloyd2011-05-191-262/+0
* Modify ECC points to do all math in Montgomery form, rather thanlloyd2011-05-171-29/+13
* Use size_t in all of math, remove to_u32bitlloyd2010-10-121-2/+2
* Modify bigint_monty_redc to take an additional workspace argument.lloyd2010-09-241-0/+2
* More Doxygen updates/fixeslloyd2010-06-151-0/+7
* Replace PointGFp::check_invaraints, which would either return silentlylloyd2010-03-191-5/+4
* The logic PointGFp::operator*= was basically doinglloyd2010-03-161-8/+8
* Shuffle functions for easier readinglloyd2010-03-161-2/+1
* Modify to allow better memory cachinglloyd2010-03-151-2/+32
* Cache p.sig_words() in curve objectlloyd2010-03-151-2/+2
* Use bigint_{mul,sqr} in PointGFp monty opslloyd2010-03-151-1/+1
* Add PointGFp::monty_sqrlloyd2010-03-151-0/+8
* Cache BigInts as well. Kind of like the old scheme, but created insidelloyd2010-03-131-2/+17
* Save workspace for addition calls inside operator*=lloyd2010-03-131-0/+5
* Share workspace among calls to mult2lloyd2010-03-131-1/+1
* 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