EC_KEY_get0_public_key

Returns the public key of a EC_KEY object.

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

Parameters

key const(.EC_KEY)*

the EC_KEY object

Return Value

Type: const(.EC_POINT)*

a EC_POINT object with the public key (possibly null)

Meta