mirror of
https://github.com/arnaucube/circomlib.git
synced 2026-02-08 11:46:39 +01:00
pre 0.5 all working
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const bigInt = require("big-integer");
|
||||
const Web3Utils = require("web3-utils");
|
||||
const ZqField = require("fflib").ZqField;
|
||||
const ZqField = require("ffjavascript").ZqField;
|
||||
const F = new ZqField(bigInt("21888242871839275222246405745257275088548364400416034343698204186575808495617"));
|
||||
|
||||
const SEED = "mimcsponge";
|
||||
|
||||
Reference in New Issue
Block a user