Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: parallelize v2 construction within
eval_vmv_re_prove
(#127)
# Rationale for this change This reduces the `eval_vmv_re_prove` component of the proof time from one of the larger factors to a negligible amount. # What changes are included in this PR? The computation of v2 within `eval_vmv_re_prove` now uses a rayon iterator. # Are these changes tested? Yes
- Loading branch information