pre 0.5 all working

This commit is contained in:
Jordi Baylina
2020-03-26 19:24:20 +01:00
parent 273ab79665
commit e240605642
28 changed files with 2982 additions and 3500 deletions

View File

@@ -1,5 +1,5 @@
const bigInt = require("big-integer");
const ZqField = require("fflib").ZqField;
const ZqField = require("ffjavascript").ZqField;
const utils = require("./utils.js");
exports.addPoint = addPoint;