EC_GROUP_new_by_curve_name

Creates a EC_GROUP object with a curve specified by a NID

extern (C) nothrow @nogc
EC_GROUP_new_by_curve_name
(
int nid
)

Parameters

nid int

NID of the OID of the curve name

Return Value

Type: .EC_GROUP*

newly created EC_GROUP object with specified curve or null if an error occurred

Meta