aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/math/ec_gfp/point_gfp.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix remaining Wshadow warnings and enable on gcc and clangRené Korthaus2016-02-181-2/+2
* Fix heap overflow in ECC point multiplicationJack Lloyd2016-02-011-0/+5
* Fix PointGFp multiplication bugJack Lloyd2016-01-031-18/+0
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-111-2/+2
* Remove call to abort on a zero point in PointGFp::get_affine_{x,y}Jack Lloyd2015-11-131-4/+0
* Move GF(p) side channel countermeasure toggles to build.hJack Lloyd2015-08-281-27/+42
* Add power analysis countermeasures for ECC point multiplications.Jack Lloyd2015-08-211-117/+211
* 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