Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyhedraZK/ExpanderCompilerCollection
/ AppendUint8
Method
AppendUint8
ecgo/utils/buf.go:45–47 ·
view source on GitHub ↗
(x uint8)
Source
from the content-addressed store, hash-verified
43
}
44
45
func
(o *OutputBuf) AppendUint8(x uint8) {
46
o.buf = append(o.buf, x)
47
}
48
49
func
(o *OutputBuf) AppendIntSlice(x []int) {
50
o.AppendUint64(uint64(len(x)))
Callers
4
serializeInstruction
Function · 0.80
serializeCircuit
Function · 0.80
serializeCoef
Function · 0.80
serializeInstruction
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected