Function openssl_sys::BN_nnmod

source ยท
pub unsafe extern "C" fn BN_nnmod(
    rem: *mut BIGNUM,
    a: *const BIGNUM,
    m: *const BIGNUM,
    ctx: *mut BN_CTX,
) -> c_int