pub fn keccak_256(input: &[u8]) -> [u8; 32]
Expand description

Compute the Keccak256 hash of the provided byte-slice.