pub const NUM_ROUNDS: usize = miden_core::chiplets::hasher::NUM_ROUNDS; // 31usizeExpand description
Number of round steps used to complete a single permutation.
For Poseidon2, we model a permutation as 31 step transitions, resulting in a 32-row cycle.