pub fn blake2b_256(input: &[u8], output: &mut [u8; 32])
Expand description

Computes the BLAKE-2b 256-bit hash for the given input and stores it in output.