EC_GROUP_get_curve_name

Returns the curve name of a EC_GROUP object

extern (C) nothrow @nogc
int
EC_GROUP_get_curve_name
(
const(.EC_GROUP)* group
)

Parameters

group const(.EC_GROUP)*

EC_GROUP object

Return Value

Type: int

NID of the curve name OID or 0 if not set.

Meta