mirror of
https://github.com/arnaucube/go-snark-study.git
synced 2026-02-03 01:36:41 +01:00
snark trusted setup + generate proof + verify proof working. Added test to bn128 pairing
This commit is contained in:
7
compiler/circuit.go
Normal file
7
compiler/circuit.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package compiler
|
||||
|
||||
type Circuit struct {
|
||||
NVars int
|
||||
NPublic int
|
||||
NSignals int
|
||||
}
|
||||
Reference in New Issue
Block a user