EC_GROUP_get_curve_name

Returns the curve name of a EC_GROUP object \param group EC_GROUP object \return NID of the curve name OID or 0 if not set.

extern (C) nothrow
int
EC_GROUP_get_curve_name
(
const(EC_GROUP)* group
)

Meta