License fix and remove gig test

This commit is contained in:
Jordi Baylina
2018-10-21 19:41:44 +02:00
parent 54a4be447f
commit 76f4da3d0b
21 changed files with 137 additions and 1161677 deletions

File diff suppressed because one or more lines are too long

View File

@@ -167,7 +167,7 @@ describe("zkSnark", () => {
*/
assert( zkSnark.isValid(setup.vk_verifier, proof, publicSignals));
}).timeout(10000000);
/*
it("validate sha256_2", () => {
const cirDef = JSON.parse(fs.readFileSync(path.join(__dirname, "circuit", "sha256_2.json"), "utf8"));
@@ -194,6 +194,6 @@ describe("zkSnark", () => {
console.log("Start verifiying: "+ Date().toString());
assert( zkSnark.isValid(setup.vk_verifier, proof, publicSignals));
}).timeout(10000000);
*/
});