MCPcopy Create free account
hub / github.com/PolyhedraZK/ExpanderCompilerCollection / GetRandomValue

Method GetRandomValue

ecgo/builder/api.go:28–28  ·  view source on GitHub ↗

GetRandomValue returns a random value for use within the circuit.

()

Source from the content-addressed store, hash-verified

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}

Callers 6

GetColumnRandomnessFunction · 0.65
CheckMethod · 0.65
DefineMethod · 0.65
GetColumnRandomnessFunction · 0.65
FinalCheckFunction · 0.65
CheckMethod · 0.65

Implementers 1

builderecgo/builder/builder.go

Calls

no outgoing calls

Tested by

no test coverage detected