Skip to content

Commit

Permalink
Update DEGREE_BITS_RANGE
Browse files Browse the repository at this point in the history
  • Loading branch information
xander42280 committed Oct 8, 2024
1 parent c30baee commit 673b3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prover/src/provers/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pub trait Prover<T> {
}

const DEGREE_BITS_RANGE: [[std::ops::Range<usize>; 6]; 1] =
[[10..21, 12..22, 12..21, 8..21, 6..21, 13..23]];
[[10..21, 12..22, 10..21, 10..21, 6..21, 13..23]];
// const DEGREE_BITS_RANGE: [[std::ops::Range<usize>; 6]; 5] = [
// [16..17, 12..13, 10..16, 9..12, 15..17, 17..19],
// [16..17, 15..17, 12..19, 9..14, 15..17, 19..20],
Expand Down

0 comments on commit 673b3dd

Please sign in to comment.