EC_KEY_get0_group

Returns the EC_GROUP object of a EC_KEY object

extern (C) nothrow @nogc
const(.EC_GROUP)*
EC_KEY_get0_group
(
const(.EC_KEY)* key
)

Parameters

key const(.EC_KEY)*

EC_KEY object

Return Value

Type: const(.EC_GROUP)*

the EC_GROUP object (possibly null).

Meta