pub fn partial_permute_state<F: Field, A: Algebra<F> + InjectiveMonomial<D>, const WIDTH: usize, const D: u64>(
state: &mut [A; WIDTH],
constants: &PartialRoundConstants<F, WIDTH>,
)Expand description
Generic implementation of the partial round permutation.
See the module-level documentation for the algorithm structure.