Skip to main content

sha3_256_of

Function sha3_256_of 

Source
pub fn sha3_256_of<I, T>(items: I) -> [u8; 32]
where I: IntoIterator<Item = T>, T: AsRef<[u8]>,
Expand description

Computes the SHA3-256 hash of multiple byte slices.