snark trusted setup + generate proof + verify proof working. Added test to bn128 pairing

This commit is contained in:
arnaucube
2018-12-23 16:19:33 +01:00
parent 7aafcfd5f3
commit f555ae4b18
10 changed files with 187 additions and 161 deletions

7
compiler/circuit.go Normal file
View File

@@ -0,0 +1,7 @@
package compiler
type Circuit struct {
NVars int
NPublic int
NSignals int
}