aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/math/ec_gfp/curve_gfp.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reduction of code complexity in MP & ECC classes.Matthias Gierlings2016-06-191-14/+5
* Fix two bugs in 1.11.27 which caused test failures.1.11.28Jack Lloyd2016-02-011-3/+0
* Fix heap overflow in ECC point multiplicationJack Lloyd2016-02-011-3/+12
* Add final attribute to many classesJack Lloyd2016-01-101-6/+6
* Expose the NIST prime values and reduction operations as plain functions.Jack Lloyd2015-08-081-28/+144
* lib/math: Convert &vec[0] to vec.data()Daniel Seither2015-06-201-2/+2
* Add specialized reducers for P-192, P-224, P-256 and P-384lloyd2015-02-261-7/+24
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Add specialized reduction for P-521 along with 9x9 Comba routines.lloyd2014-11-151-0/+32
* Move mul and square operations on a elliptic curve to CurveGFp so welloyd2014-08-091-0/+122