pub fn keccak_sponge( rate: u32, capacity: u32, suffix: u8, input: &[u8], output: &mut [u8], ) -> Result<()>
Function to evaluate the sponge function Keccak[r, c] in a single call.