aws_lc_sys

Function BN_exp

Source
pub unsafe extern "C" fn BN_exp(
    r: *mut BIGNUM,
    a: *const BIGNUM,
    p: *const BIGNUM,
    ctx: *mut BN_CTX,
) -> c_int