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

Method Bytes

ecgo/utils/buf.go:56–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54}
55
56func (o *OutputBuf) Bytes() []byte {
57 res := o.buf
58 o.buf = nil
59 return res
60}
61
62type InputBuf struct {
63 buf []byte

Callers 5

SerializeRootCircuitFunction · 0.95
SerializeMethod · 0.95
SerializeRootCircuitFunction · 0.95
SerializeMethod · 0.95
AppendBigIntMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected