Skip to content

Commit

Permalink
TMP
Browse files Browse the repository at this point in the history
  • Loading branch information
dannywillems committed Feb 29, 2024
1 parent 753d7bd commit 68c224e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msm/src/prover.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ where
.into_par_iter()
.map(|evals| {
Evaluations::<G::ScalarField, D<G::ScalarField>>::from_vec_and_domain(evals, domain.d1)
})
}
.collect::<Witness<N, Evaluations<G::ScalarField, D<G::ScalarField>>>>();

let polys: Witness<N, DensePolynomial<G::ScalarField>> = {
Expand Down

0 comments on commit 68c224e

Please sign in to comment.