pub fn hash1<const N: usize>( input: &[u8; N], key: &[u32; 8], counter: u64, flags: u8, flags_start: u8, flags_end: u8, out: &mut [u8; 32])