EC_KEY_get0_group

Returns the EC_GROUP object of a EC_KEY object \param key EC_KEY object \return the EC_GROUP object (possibly null).

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

Meta