mirror of
https://github.com/tornadocash/snarkjs.git
synced 2024-11-01 07:45:43 +01:00
Better logs
This commit is contained in:
parent
169d08c2f9
commit
72d8e25909
@ -27,7 +27,7 @@ describe("Full process", function () {
|
|||||||
|
|
||||||
before( async () => {
|
before( async () => {
|
||||||
curve = await getCurveFromName("bn128");
|
curve = await getCurveFromName("bn128");
|
||||||
curve.Fr.s = 10;
|
// curve.Fr.s = 10;
|
||||||
});
|
});
|
||||||
after( async () => {
|
after( async () => {
|
||||||
await curve.terminate();
|
await curve.terminate();
|
||||||
|
Loading…
Reference in New Issue
Block a user