pub const BABYBEAR_POSEIDON1_HALF_FULL_ROUNDS: usize = 4;Expand description
Number of full rounds per half for BabyBear 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.