diff --git a/test/fullprocess.js b/test/fullprocess.js index bd17267..e10f1c7 100644 --- a/test/fullprocess.js +++ b/test/fullprocess.js @@ -27,7 +27,7 @@ describe("Full process", function () { before( async () => { curve = await getCurveFromName("bn128"); - curve.Fr.s = 10; + // curve.Fr.s = 10; }); after( async () => { await curve.terminate();