Better logs

This commit is contained in:
Jordi Baylina 2020-09-09 00:35:02 +02:00
parent 169d08c2f9
commit 72d8e25909
No known key found for this signature in database
GPG Key ID: 7480C80C1BE43112

@ -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();