pub fn blake2_256<S: AsRef<[u8]>>(bytes: &[S]) -> [u8; 32]
Compute blake2b hash with 32-byte digest.
Builds a hash iteratively by updating with every element of the input sequence.