blake2_256

Function blake2_256 

Source
pub fn blake2_256<S: AsRef<[u8]>>(bytes: &[S]) -> [u8; 32]
Expand description

Compute blake2b hash with 32-byte digest.

Builds a hash iteratively by updating with every element of the input sequence.