pub fn keccak256<S>(bytes: S) -> [u8; 32]where S: AsRef<[u8]>,
Compute the Keccak-256 hash of input bytes.