EC_GROUP_new_by_curve_name

Creates a EC_GROUP object with a curve specified by a NID \param nid NID of the OID of the curve name \return newly created EC_GROUP object with specified curve or NULL if an error occurred

extern (C) nothrow
EC_GROUP_new_by_curve_name
(
int nid
)

Meta