Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyhedraZK/ExpanderCompilerCollection
/ NewInputBuf
Function
NewInputBuf
ecgo/utils/buf.go:66–68 ·
view source on GitHub ↗
(buf []byte)
Source
from the content-addressed store, hash-verified
64
}
65
66
func
NewInputBuf(buf []byte) *InputBuf {
67
return
&InputBuf{buf: buf}
68
}
69
70
func
(i *InputBuf) ReadUint32() uint32 {
71
x := binary.LittleEndian.Uint32(i.buf[:4])
Callers
3
DeserializeRootCircuit
Function · 0.92
DetectFieldIdFromFile
Function · 0.92
DeserializeRootCircuit
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected