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

Function SerializeRootCircuit

ecgo/irsource/serialize.go:89–94  ·  view source on GitHub ↗
(c *RootCircuit)

Source from the content-addressed store, hash-verified

87}
88
89func SerializeRootCircuit(c *RootCircuit) []byte {
90 o := &utils.OutputBuf{}
91 o.AppendUint64(field.GetFieldId(c.Field))
92 serializeRootCircuit(o, c, c.Field)
93 return o.Bytes()
94}

Callers 1

CompileFunction · 0.92

Calls 4

AppendUint64Method · 0.95
BytesMethod · 0.95
GetFieldIdFunction · 0.92
serializeRootCircuitFunction · 0.70

Tested by

no test coverage detected