pub fn keccak_256(input: &[u8], output: &mut [u8; 32])
Conduct the KECCAK 256-bit hash and place the result into output.
output