Skip to main content

BABYBEAR_POSEIDON2_HALF_FULL_ROUNDS

Constant BABYBEAR_POSEIDON2_HALF_FULL_ROUNDS 

Source
pub const BABYBEAR_POSEIDON2_HALF_FULL_ROUNDS: usize = 4;
Expand description

Number of full rounds per half for BabyBear Poseidon2 (RF / 2).

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