nettle_sys

Function nettle_blowfish_bcrypt_verify

Source
pub unsafe extern "C" fn nettle_blowfish_bcrypt_verify(
    lenkey: usize,
    key: *const u8,
    lenhashed: usize,
    hashed: *const u8,
) -> c_int