aws_lc_sys

Function BN_mod_inverse

Source
pub unsafe extern "C" fn BN_mod_inverse(
    out: *mut BIGNUM,
    a: *const BIGNUM,
    n: *const BIGNUM,
    ctx: *mut BN_CTX,
) -> *mut BIGNUM