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
const(EC_GROUP)*
EC_KEY_get0_group
(
const(EC_KEY)* key
)

Meta