Skip to main content

NUM_ROUNDS

Constant NUM_ROUNDS 

Source
pub const NUM_ROUNDS: usize = miden_core::chiplets::hasher::NUM_ROUNDS; // 31usize
Expand 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.