Function openssl_sys::BN_mod_inverse[][src]

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