ROUNDS_PARTIAL

Constant ROUNDS_PARTIAL 

Source
pub const ROUNDS_PARTIAL: usize = 21;
Expand description

The number of partial S-box rounds in the middle of the Poseidon2 permutation.

During partial rounds, the S-box is applied only to a subset (often just one) of the state elements, improving performance while still maintaining security against known cryptanalytic attacks.