Skip to main content

keccak_p

Function keccak_p 

Source
pub(crate) fn keccak_p<L: LaneSize, const ROUNDS: usize>(state: &mut [L; 25])
Expand description

Generic Keccak-p sponge function.

ยงPanics

If the ROUNDS is greater than L::KECCAK_F_ROUND_COUNT.