mirror of
https://github.com/arnaucube/snarkjs.git
synced 2026-02-28 05:56:44 +01:00
License fix and remove gig test
This commit is contained in:
1161222
test/circuit/sha256_2.json
1161222
test/circuit/sha256_2.json
File diff suppressed because one or more lines are too long
@@ -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);
|
||||
|
||||
*/
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user