aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_ec_group.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix clang-tidy readability-convert-member-functions-to-staticJack Lloyd2022-02-111-7/+7
* Fix clang-tidy readability-named-parameterJack Lloyd2022-02-061-1/+1
* Fix clang-tidy performance warningsJack Lloyd2022-02-061-4/+4
* Test EC_group_identity_from_order for all groupsJack Lloyd2021-03-141-0/+5
* Address some review commentsJack Lloyd2021-03-131-1/+1
* Lookup OIDs for EC_Groups using the order as a keyJack Lloyd2021-03-131-3/+63
* Fix a case where EC_Groups were not merged as expectedJack Lloyd2021-03-121-0/+29
* Rename unit_ecc.cpp to test_ec_group.cppJack Lloyd2021-03-121-0/+757