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 @nogc
EC_KEY_get0_private_key
(
const(.EC_KEY)* key
)

Meta