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

Method Field

ecgo/builder/builder.go:76–78  ·  view source on GitHub ↗

Field returns the value of the current field being used.

()

Source from the content-addressed store, hash-verified

74
75// Field returns the value of the current field being used.
76func (builder *builder) Field() *big.Int {
77 return builder.field.Field()
78}
79
80// FieldBitLen returns the bit length of the current field being used.
81func (builder *builder) FieldBitLen() int {

Callers

nothing calls this directly

Calls 1

FieldMethod · 0.65

Tested by

no test coverage detected