package compiler type Circuit struct { NVars int NPublic int NSignals int}
package compiler
type Circuit struct {
NVars int
NPublic int
NSignals int
}