pub fn keccak256<T: AsRef<[u8]>>(bytes: T) -> [u8; 32]
Compute the Keccak-256 hash of input bytes.
Note that strings are interpreted as UTF-8 bytes,