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

Method Compiler

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

Compiler returns itself as it implements the frontend.Compiler interface.

()

Source from the content-addressed store, hash-verified

389
390// Compiler returns itself as it implements the frontend.Compiler interface.
391func (builder *builder) Compiler() frontend.Compiler {
392 return builder
393}
394
395// Commit is faulty in its current implementation as it merely returns a compile-time random number.
396func (builder *builder) Commit(v ...frontend.Variable) (frontend.Variable, error) {

Callers 3

checkBitsFunction · 0.80
checkBitsFunction · 0.80
RangeProofFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected