ECDSA_SIG_get0_s

Return a borrowed pointer to the s component of an ECDSA signature.

Synopsis

Declared in <openssl/ec.h>

BIGNUM const*
ECDSA_SIG_get0_s(ECDSA_SIG const* sig);

Return Value

Internal pointer to s, or NULL if unset; do not free.

Parameters

NameDescription
sigSignature to query.