Function keccak_sponge

Source
pub fn keccak_sponge(
    rate: u32,
    capacity: u32,
    suffix: u8,
    input: &[u8],
    output: &mut [u8],
) -> Result<()>
Expand description

Function to evaluate the sponge function Keccak[r, c] in a single call.