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

Method FieldBitLen

ecgo/builder/builder.go:81–83  ·  view source on GitHub ↗

FieldBitLen returns the bit length of the current field being used.

()

Source from the content-addressed store, hash-verified

79
80// FieldBitLen returns the bit length of the current field being used.
81func (builder *builder) FieldBitLen() int {
82 return builder.field.FieldBitLen()
83}
84
85// LayerOf returns the expected layer of the variable, though the actual layer may vary.
86func (builder *builder) LayerOf(e frontend.Variable) int {

Callers

nothing calls this directly

Calls 1

FieldBitLenMethod · 0.65

Tested by

no test coverage detected