aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/ec_group/ec_group.h
Commit message (Expand)AuthorAgeFilesLines
* Add EC_Group::clear_registered_curve_dataJack Lloyd2018-03-191-0/+2
* Add blinded_base_point_multiply_xJack Lloyd2018-03-081-0/+13
* Add mixed (J+A) point addition, new scalar mul for base pointsJack Lloyd2018-03-081-0/+13
* Add functions to EC_Group for getting base point coordinatesJack Lloyd2018-02-251-1/+13
* Add EC_Group::verify_public_elementJack Lloyd2018-02-231-0/+8
* Minimize header dependenciesJack Lloyd2018-02-211-1/+2
* Expose EC_Group::a_is_minus_3Jack Lloyd2018-02-211-0/+5
* New API for blinded ECC point multiplicationJack Lloyd2018-02-211-1/+10
* Add point_multiply operation to EC_GroupJack Lloyd2018-02-181-0/+9
* Add functions to reduce integers mod the order to EC_GroupJack Lloyd2018-02-181-6/+26
* Create a persistent registry for ECC group dataJack Lloyd2018-02-041-4/+30
* Fix deprecation warningsJack Lloyd2018-02-011-8/+2
* Avoid CurveGFp in EC_Group interfaceJack Lloyd2018-01-311-2/+30
* Use shared representation of EC_GroupJack Lloyd2018-01-311-23/+69
* Add known_named_groups to EC_Group to list known curves. Fixes GX #1338.J08nY2017-12-051-0/+6
* Apply final annotations to the library alsoJack Lloyd2017-09-221-1/+1
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-1/+1
* Add ec_group verify functionNever2017-02-241-1/+8
* Fix how DL_Group chooses generator for strong prime groups.Jack Lloyd2017-01-061-1/+1
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-2/+2
* Remove explicit from DL_Group, EC_Group constructors taking std::stringJack Lloyd2016-03-051-1/+1
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-051-3/+3
* Mass-prefix member vars with m_René Korthaus2016-01-081-15/+15
* Fix typosSimon Warta2015-07-241-1/+1
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Correct commentlloyd2014-12-181-2/+2
* Move lib into srclloyd2014-01-101-0/+148