add verify proof generated from snarkjs

This commit is contained in:
2019-07-30 22:23:48 +02:00
parent 469eabd451
commit 2cbba4e007
17 changed files with 1178 additions and 31 deletions

View File

@@ -15,7 +15,7 @@ import (
"github.com/arnaucube/go-snark/circuitcompiler"
"github.com/arnaucube/go-snark/groth16"
"github.com/arnaucube/go-snark/r1csqap"
"github.com/arnaucube/go-snark/wasm/utils"
"github.com/arnaucube/go-snark/utils"
"github.com/urfave/cli"
)