Name Description Size Coverage
ec_apoint.cpp 7570 -
ec_apoint.h 9987 -
ec_group.cpp If both OID and params are the same then we are done, just return the already registered curve obj. First verify that the params match, to catch an application that is attempting to register a EC_Group under the same OID as another group currently in use 25657 -
ec_group.h This enum indicates the method used to encode the EC parameters @warning All support for explicit or implicit domain encodings will be removed in Botan4. Only named curves will be supported. TODO(Botan4) remove this enum 25563 -
ec_inner_data.cpp 18087 -
ec_inner_data.h 11719 -
ec_inner_pc.cpp 8344 -
ec_inner_pc.h 3821 -
ec_named.cpp 24404 -
ec_point_format.h This header is public, but avoid including it directly. Instead get the contents via ec_group.h. TODO(Botan4): Move EC_Point_Format to ec_group.h and delete this file 808 -
ec_scalar.cpp 4836 -
ec_scalar.h Represents an integer modulo the prime group order of an elliptic curve 6896 -
info.txt 375 -
legacy_ec_point -