pub fn sha3_256_of<I, T>(items: I) -> [u8; 32]where I: IntoIterator<Item = T>, T: AsRef<[u8]>,
Computes the SHA3-256 hash of multiple byte slices.