EC_KEY_get0_public_key

Returns the public key of a EC_KEY object. \param key the EC_KEY object \return a EC_POINT object with the public key (possibly null)

extern (C) nothrow @nogc
const(.EC_POINT)*
EC_KEY_get0_public_key
(
const(.EC_KEY)* key
)

Meta