Function blake2b_128

Source
pub fn blake2b_128(input: &[u8], output: &mut [u8; 16])
Expand description

Conduct the BLAKE2 128-bit hash and place the result into output.