Skip to content

Commit

Permalink
fix: posedion2 config bug (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamirhemo authored Apr 26, 2024
1 parent ffe408a commit f070638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/utils/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pub type InnerPcsProof =
/// The permutation for inner recursion.
pub fn inner_perm() -> InnerPerm {
const ROUNDS_F: usize = 8;
const ROUNDS_P: usize = 22;
const ROUNDS_P: usize = 13;
let mut round_constants = RC_16_30.to_vec();
let internal_start = ROUNDS_F / 2;
let internal_end = (ROUNDS_F / 2) + ROUNDS_P;
Expand Down

0 comments on commit f070638

Please sign in to comment.