ROUNDS_HALF_FULL

Constant ROUNDS_HALF_FULL 

Source
pub const ROUNDS_HALF_FULL: usize = 4;
Expand description

The number of full S-box rounds in the first and last half of the Poseidon2 permutation.

These are the rounds in which the S-box (nonlinear transformation) is applied to all state elements. The total number of full rounds is 2 * ROUNDS_HALF_FULL.