Skip to content

Commit 2f2ecd7

Browse files
committed
Update self.num_proofs for bind_rq
1 parent 7265ef0 commit 2f2ecd7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spartan_parallel/src/custom_dense_mlpoly.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,8 @@ impl<S: SpartanExtensionField> DensePolynomialPqx<S> {
303303
inst
304304
}).collect::<Vec<Vec<Vec<Vec<S>>>>>();
305305

306-
self.max_num_proofs /= 2usize.pow(r_q.len() as u32);
306+
self.max_num_proofs = 1;
307+
self.num_proofs = vec![1; self.num_instances];
307308
}
308309

309310
// Bound the entire "q" section to r_q in reverse

0 commit comments

Comments
 (0)