Add check to avoid proof reusage

This commit is contained in:
arnaucube
2020-05-09 23:10:38 +02:00
parent d6568e9f0a
commit e466578ddc
4 changed files with 81 additions and 10 deletions

View File

@@ -15,20 +15,21 @@
"circomlib": "0.2.2"
},
"devDependencies": {
"@types/node": "^12.12.0",
"circom": "0.5.10",
"eslint-plugin-mocha": "^6.1.0",
"snarkjs": "^0.1.31",
"ffjavascript": "0.1.3",
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.6",
"@types/node": "^12.12.0",
"chai": "^4.2.0",
"circom": "0.5.10",
"eslint-plugin-mocha": "^6.1.0",
"ffjavascript": "0.1.3",
"mocha": "^5.2.0",
"mocha-steps": "^1.3.0",
"snarkjs": "^0.1.31",
"truffle": "^5.0.0-beta.0",
"truffle-assertions": "^0.9.2",
"ts-node": "^7.0.1",
"tslint": "^5.18.0",
"typescript": "^3.5.3",
"truffle": "^5.0.0-beta.0",
"web3": "^1.0.0-beta.30"
}
}