Some fixes and new version

This commit is contained in:
Jordi Baylina
2018-10-21 19:44:19 +02:00
parent ac9f051067
commit 99a7489fa2
28 changed files with 660 additions and 247 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "circom",
"version": "0.0.7",
"version": "0.0.9",
"description": "Language to generate logic circuits",
"main": "index.js",
"directories": {
@@ -38,6 +38,6 @@
"eslint": "^5.0.1",
"eslint-plugin-mocha": "^5.0.0",
"jison": "^0.4.18",
"zksnark": "0.0.11"
"snarkjs": "0.1.0"
}
}