FieldBitLen returns the bit length of the current field being used.
()
| 79 | |
| 80 | // FieldBitLen returns the bit length of the current field being used. |
| 81 | func (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. |
| 86 | func (builder *builder) LayerOf(e frontend.Variable) int { |
nothing calls this directly
no test coverage detected