Browse Source

changing gate structure from entirely

pull/8/head
mottla 5 years ago
parent
commit
0820a8129a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      circuitcompiler/circuit.go

+ 1
- 0
circuitcompiler/circuit.go

@ -26,6 +26,7 @@ type gate struct {
left *gate
right *gate
funcInputs []*gate
Op Token
value *Constraint //is a pointer a good thing here??
leftIns []factor //leftIns and RightIns after addition gates have been reduced. only multiplication gates remain
rightIns []factor

Loading…
Cancel
Save