aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/math/ec_gfp/point_gfp.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add specialized reducers for P-192, P-224, P-256 and P-384lloyd2015-02-261-6/+38
* Reference the EC point add and double algorithms usedlloyd2015-01-241-0/+8
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Switch to using Montgomery ladder for EC point multiplication.lloyd2014-12-101-48/+4
* Add specialized reduction for P-521 along with 9x9 Comba routines.lloyd2014-11-151-3/+5
* Move mul and square operations on a elliptic curve to CurveGFp so welloyd2014-08-091-114/+57
* Use 20 Miller-Rabin iterations regardless of the size of the integer. Thislloyd2014-04-131-1/+2
* Move lib into srclloyd2014-01-101-0/+606