pub fn compress( rounds: u32, h: &mut [u64; 8], m: &[u64; 16], t: &[u64; 2], f: bool, )
BLAKE2b compression function F (EIP-152).
Dispatches to the best available implementation (AVX2 or portable).