SecretVariable creates a new secret variable for the circuit.
(f schema.LeafInfo)
| 49 | |
| 50 | // SecretVariable creates a new secret variable for the circuit. |
| 51 | func (r *Root) SecretVariable(f schema.LeafInfo) frontend.Variable { |
| 52 | r.builder.nbExternalInput++ |
| 53 | return r.addVar() |
| 54 | } |