Function nettle_sys::nettle_pss_verify_mgf1
source · pub unsafe extern "C" fn nettle_pss_verify_mgf1(
m: *mut __mpz_struct,
bits: usize,
hash: *const nettle_hash,
salt_length: usize,
digest: *const u8
) -> c_int