Skip to content

Commit

Permalink
377 msm works
Browse files Browse the repository at this point in the history
  • Loading branch information
mitschabaude committed Dec 3, 2023
1 parent d000884 commit 17638a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-bls12377-msm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ console.log(`running msm with 2^${n} = ${2 ** n} inputs`);

tic("random points");
let points = Field.getZeroPointers(N, CurveAffine.sizeAffine);
let scratch = Field.getPointers(20);
let scratch = Field.getPointers(40);
CurveAffine.randomPoints(scratch, points);

let scalars = Random.randomScalars(N);
Expand Down

0 comments on commit 17638a2

Please sign in to comment.