Skip to content

Commit 1be5914

Browse files
committed
degree 2 in DotProduct table
1 parent a3afeb4 commit 1be5914

File tree

1 file changed

+1
-1
lines changed
  • crates/lean_vm/src/tables/dot_product

1 file changed

+1
-1
lines changed

crates/lean_vm/src/tables/dot_product/air.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ impl<const BE: bool> Air for DotProductPrecompile<BE> {
5454
dot_product_air_n_cols_ef(BE)
5555
}
5656
fn degree(&self) -> usize {
57-
3
57+
2
5858
}
5959
fn n_constraints(&self) -> usize {
6060
8

0 commit comments

Comments
 (0)