Function blake2b_256

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

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