GetRandomValue returns a random value for use within the circuit.
()
| 26 | ToFirstLayer(frontend.Variable) frontend.Variable |
| 27 | // GetRandomValue returns a random value for use within the circuit. |
| 28 | GetRandomValue() frontend.Variable |
| 29 | // CustomGate registers a hint, but it compiles to a custom gate in the layered circuit. |
| 30 | CustomGate(gateType uint64, inputs ...frontend.Variable) frontend.Variable |
| 31 | } |
no outgoing calls
no test coverage detected