Function boring_sys::BN_mod_exp2_mont

source ยท
pub unsafe extern "C" fn BN_mod_exp2_mont(
    r: *mut BIGNUM,
    a1: *const BIGNUM,
    p1: *const BIGNUM,
    a2: *const BIGNUM,
    p2: *const BIGNUM,
    m: *const BIGNUM,
    ctx: *mut BN_CTX,
    mont: *const BN_MONT_CTX
) -> c_int