Skip to main content

MERSENNE31_POSEIDON1_HALF_FULL_ROUNDS

Constant MERSENNE31_POSEIDON1_HALF_FULL_ROUNDS 

Source
pub const MERSENNE31_POSEIDON1_HALF_FULL_ROUNDS: usize = 4;
Expand description

Number of full rounds per half for Mersenne31 Poseidon1 (RF / 2).

The total number of full rounds is RF = 8 (4 beginning + 4 ending). Follows the Poseidon1 paper’s security analysis (Section 5.4) with a +2 RF margin.