Skip to content

Commit

Permalink
Update self.num_proofs for bind_rq
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunming Jiang committed Dec 30, 2024
1 parent 7265ef0 commit 2f2ecd7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spartan_parallel/src/custom_dense_mlpoly.rs
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,8 @@ impl<S: SpartanExtensionField> DensePolynomialPqx<S> {
inst
}).collect::<Vec<Vec<Vec<Vec<S>>>>>();

self.max_num_proofs /= 2usize.pow(r_q.len() as u32);
self.max_num_proofs = 1;
self.num_proofs = vec![1; self.num_instances];
}

// Bound the entire "q" section to r_q in reverse
Expand Down

0 comments on commit 2f2ecd7

Please sign in to comment.