MCPcopy 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
66func NewInputBuf(buf []byte) *InputBuf {
67 return &InputBuf{buf: buf}
68}
69
70func (i *InputBuf) ReadUint32() uint32 {
71 x := binary.LittleEndian.Uint32(i.buf[:4])

Callers 3

DeserializeRootCircuitFunction · 0.92
DetectFieldIdFromFileFunction · 0.92
DeserializeRootCircuitFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected