Skip to content

Commit

Permalink
format sources
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtiomTr committed Jun 5, 2024
1 parent 0bd2676 commit 6b013f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kzg/src/msm/msm_impls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ fn msm_sequential<
{
let points = batch_convert::<TG1, TG1Fp, TG1Affine>(points);
let scalars = scalars.iter().map(TFr::to_scalar).collect::<Vec<_>>();
VariableBaseMSM::multi_scalar_mul::<TG1, TG1Fp, TG1Affine, TProjAddAffine>(&points, &scalars)
VariableBaseMSM::multi_scalar_mul::<TG1, TG1Fp, TG1Affine, TProjAddAffine>(
&points, &scalars,
)
}
}

Expand Down

0 comments on commit 6b013f5

Please sign in to comment.