EC_KEY_new

Creates a new EC_KEY object.

extern (C) nothrow @nogc
EC_KEY_new
()

Return Value

Type: .EC_KEY*

EC_KEY object or null if an error occurred.

Meta