BN_cmp_word

Function BN_cmp_word 

Source
pub unsafe extern "C" fn BN_cmp_word(
    a: *const BIGNUM,
    b: BN_ULONG,
) -> c_int