[][src]Function monosodium::generic_hash

pub fn generic_hash(
    hash_buf: &mut [u8],
    msg_buf: &[u8],
    key_buf: &[u8]
) -> Result<(), ()>