aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/ec_group/point_gfp.h
Commit message (Expand)AuthorAgeFilesLines
* Fix a header comment and inline PointGFp::add/add_affineJack Lloyd2018-06-211-4/+23
* Changes to allow masked lookups for variable point multJack Lloyd2018-06-201-0/+16
* Add message to BOTAN_ARG_CHECK and use it more widelyJack Lloyd2018-05-131-0/+1
* Add BigInt::mod_subJack Lloyd2018-04-231-1/+1
* Various minor ECC optimizationsJack Lloyd2018-04-131-0/+26
* Fix some Doxygen errorsJack Lloyd2018-03-281-0/+12
* Store base point multiplies in a single std::vectorJack Lloyd2018-03-201-0/+8
* Nudge users to EC_Group::OS2ECPJack Lloyd2018-03-201-4/+10
* Improve memory handling for PointGFpJack Lloyd2018-03-141-1/+8
* Add PointGFp::encode as replacement for EC2OSPJack Lloyd2018-03-101-8/+21
* Add PointGFp::force_all_affine using Montgomery's trickJack Lloyd2018-03-081-0/+5
* Add destructor for unique_ptrJack Lloyd2018-03-081-0/+2
* Add mixed (J+A) point addition, new scalar mul for base pointsJack Lloyd2018-03-081-55/+22
* Reduce temp usage in PointGFp addition and doublingJack Lloyd2018-03-041-1/+1
* Merge ec_gfp and ec_group modulesJack Lloyd2018-02-251-0/+362