Skip to content

Commit

Permalink
fmt v2
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlBeek committed Jul 19, 2023
1 parent 7d511a4 commit ae208f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/src/engine/arkworks/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ impl Engine for Arkworks {
.into_par_iter()
.map(|p| G2Affine::try_from(*p))
.collect::<Result<Vec<_>, _>>()?;

// Compute random linear combination
let (factors, sum) = random_factors(products.len() - 1);
let lhs_g1 = VariableBaseMSM::multi_scalar_mul(&products[..factors.len()], &factors[..]);
Expand Down

0 comments on commit ae208f7

Please sign in to comment.