aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/ec_group/curve_gfp.h
Commit message (Expand)AuthorAgeFilesLines
* Store base point multiplies in a single std::vectorJack Lloyd2018-03-201-0/+12
* Improve memory handling for PointGFpJack Lloyd2018-03-141-0/+4
* Add mixed (J+A) point addition, new scalar mul for base pointsJack Lloyd2018-03-081-0/+11
* Reduce temp usage in PointGFp addition and doublingJack Lloyd2018-03-041-1/+1
* Merge ec_gfp and ec_group modulesJack Lloyd2018-02-251-0/+185