Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
89
func
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
Compile
Function · 0.92
Calls
4
AppendUint64
Method · 0.95
Bytes
Method · 0.95
GetFieldId
Function · 0.92
serializeRootCircuit
Function · 0.70
Tested by
no test coverage detected