Skip to main content

permute

Function permute 

Source
pub const fn permute<const ROUNDS: usize>(state: &mut State)
Expand description

Apply Ascon permutation with the given number of rounds.

Results in a compilation error if ROUNDS is greater than 12.