Add witness parser from binary file

This commit is contained in:
arnaucube
2020-04-30 10:29:28 +02:00
parent 700f2a4503
commit a314ecc02f
8 changed files with 1027 additions and 9 deletions

View File

@@ -18,10 +18,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: '10.x'
- name: Install circom
run: npm install -g circom
- name: Install snarkjs
run: npm install -g snarkjs
- name: Checkout code
uses: actions/checkout@v2
- name: Compile circuits and execute Go tests