ECDSA_size

Returns the maximum length of the DER encoded signature

extern (C) nothrow @nogc
int
ECDSA_size

Parameters

eckey const(libressl_d.openssl.ec.EC_KEY)*

EC_KEY object

Return Value

Type: int

numbers of bytes required for the DER encoded signature

Meta