Pedersen Hash Base Points Calculation

This commit is contained in:
Jordi Baylina
2018-11-11 19:52:07 +01:00
parent c4c5b66021
commit 81981a142c
22 changed files with 669 additions and 87 deletions

View File

@@ -20,10 +20,12 @@
"author": "Jordi Baylina",
"license": "GPL-3.0",
"dependencies": {
"circom": "0.0.7",
"zksnark": "0.0.11"
"blake-hash": "^1.1.0",
"circom": "0.0.20",
"snarkjs": "0.1.6"
},
"devDependencies": {
"eslint-plugin-mocha": "^5.2.0",
"mocha": "^5.2.0"
}
}