openssl_sys

Function BN_gcd

source
pub unsafe extern "C" fn BN_gcd(
    r: *mut BIGNUM,
    a: *const BIGNUM,
    b: *const BIGNUM,
    ctx: *mut BN_CTX,
) -> c_int