Skip to content

Commit

Permalink
correct fixed size
Browse files Browse the repository at this point in the history
  • Loading branch information
kevjue committed Jun 21, 2024
1 parent 11d2b99 commit 0fed4f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recursion/core/src/stark/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ impl<F: PrimeField32 + BinomiallyExtendable<D>, const DEGREE: usize> RecursionAi
fixed_log2_rows: Some(20),
})))
.chain(once(RecursionAir::Multi(MultiChip {
fixed_log2_rows: Some(12),
fixed_log2_rows: Some(17),
})))
.chain(once(RecursionAir::RangeCheck(RangeCheckChip::default())))
.chain(once(RecursionAir::ExpReverseBitsLen(
Expand Down

0 comments on commit 0fed4f5

Please sign in to comment.