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

Function DeserializeLayeredCircuit

ecgo/api.go:109–111  ·  view source on GitHub ↗

DeserializeLayeredCircuit takes a byte buffer and returns a pointer to a layered.RootCircuit which represents a deserialized layered circuit.

(buf []byte)

Source from the content-addressed store, hash-verified

107// DeserializeLayeredCircuit takes a byte buffer and returns a pointer to a layered.RootCircuit
108// which represents a deserialized layered circuit.
109func DeserializeLayeredCircuit(buf []byte) *layered.RootCircuit {
110 return layered.DeserializeRootCircuit(buf)
111}
112
113// DeserializeInputSolver takes a byte buffer and returns a pointer to an ir.InputSolver
114// which represents a deserialized input solver.

Callers 2

mainFunction · 0.92
mainFunction · 0.92

Calls 1

DeserializeRootCircuitFunction · 0.92

Tested by

no test coverage detected