pub fn blake2b_128(input: &[u8], output: &mut [u8; 16])
Conduct the BLAKE2 128-bit hash and place the result into output.
output