pub const fn permute<const ROUNDS: usize>(state: &mut State)
Apply Ascon permutation with the given number of rounds.
Results in a compilation error if ROUNDS is greater than 12.
ROUNDS