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