ECDSA_size

Returns the maximum length of the DER encoded signature \param eckey EC_KEY object \return numbers of bytes required for the DER encoded signature

extern (C) nothrow
int
ECDSA_size
(
const(EC_KEY)* eckey
)

Meta