Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtiomTr committed Jun 7, 2024
1 parent 7adda07 commit 55eb114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arkworks3-sppark-wlc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ pub fn multi_scalar_mult<G: AffineCurve>(
mult_pippenger_faster_inf(
context,
result_ptr.as_mut_ptr(),
points as *const _ as *const G1Affine,
npoints,
batch_size,
scalars as *const _ as *const Fr,
std::mem::size_of::<G1Affine>(),
Expand Down

0 comments on commit 55eb114

Please sign in to comment.