pub unsafe extern "C" fn ECDSA_SIG_set0(
sig: *mut ECDSA_SIG_st,
r: *mut bignum_st,
s: *mut bignum_st,
) -> i32
Expand description
Setter for r and s fields of ECDSA_SIG \param sig pointer to ECDSA_SIG structure \param r pointer to BIGNUM for r \param s pointer to BIGNUM for s