aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/ec_group/point_mul.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add PointGFp::force_all_affine using Montgomery's trickJack Lloyd2018-03-081-2/+1
* Require explicit calls to add_affineJack Lloyd2018-03-081-1/+1
* Add destructor for unique_ptrJack Lloyd2018-03-081-0/+5
* Add mixed (J+A) point addition, new scalar mul for base pointsJack Lloyd2018-03-081-41/+90
* Reduce temp usage in PointGFp addition and doublingJack Lloyd2018-03-041-1/+1
* Merge ec_gfp and ec_group modulesJack Lloyd2018-02-251-0/+113