aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/ec_gfp/point_gfp.cpp
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-606/+0
* Rename the version of BigInt::data returning a mutable pointerlloyd2012-08-011-3/+2
* Remove the mutable version of BigInt::get_reglloyd2012-07-311-9/+12
* For block and stream ciphers, don't set the size of the key vectorslloyd2012-05-251-1/+1
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-9/+9
* 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-011-0/+33
* Move the curve over GF(p) code back into its own subdirlloyd2011-05-191-0/+585