EC_KEY_new_by_curve_name

Creates a new EC_KEY object using a named curve as underlying EC_GROUP object.

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

Parameters

nid int

NID of the named curve.

Return Value

Type: .EC_KEY*

EC_KEY object or null if an error occurred.

Meta