EC_KEY_generate_key

Creates a new ec private (and optional a new public) key.

extern (C) nothrow @nogc
int
EC_KEY_generate_key

Parameters

key .EC_KEY*

EC_KEY object

Return Value

Type: int

1 on success and 0 if an error occurred.

Meta