EC_GROUP_set_curve_name

Sets the name of a EC_GROUP object

extern (C) nothrow @nogc
void
EC_GROUP_set_curve_name

Parameters

group .EC_GROUP*

EC_GROUP object

nid int

NID of the curve name OID

Meta