first commit

This commit is contained in:
Jordi Baylina
2018-10-21 19:51:38 +02:00
commit 81665efaae
20 changed files with 2203 additions and 0 deletions

29
package.json Normal file
View File

@@ -0,0 +1,29 @@
{
"name": "cirpedersen",
"version": "0.0.1",
"description": "Pesersen Circuit for Circom",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"keywords": [
"pedersen",
"hash",
"ethereum",
"circuit",
"circom",
"zksnark"
],
"author": "Jordi Baylina",
"license": "GPL-3.0",
"dependencies": {
"circom": "0.0.7",
"zksnark": "0.0.11"
},
"devDependencies": {
"mocha": "^5.2.0"
}
}