EC_KEY_get0_private_key

Returns the private key of a EC_KEY object. \param key EC_KEY object \return a BIGNUM with the private key (possibly NULL).

extern (C) nothrow
const(BIGNUM)*
EC_KEY_get0_private_key
(
const(EC_KEY)* key
)

Meta