Function bssl_sys::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