pub unsafe extern "C" fn ECDSA_SIG_get0(
sig: *const ECDSA_SIG_st,
pr: *mut *const bignum_st,
ps: *mut *const bignum_st,
)
Expand description
Accessor for r and s fields of ECDSA_SIG \param sig pointer to ECDSA_SIG structure \param pr pointer to BIGNUM pointer for r (may be NULL) \param ps pointer to BIGNUM pointer for s (may be NULL)