(field SimpleField)
| 105 | } |
| 106 | |
| 107 | func (i *InputBuf) ReadFieldElement(field SimpleField) constraint.Element { |
| 108 | return field.FromInterface(i.ReadBigInt(field.SerializedLen())) |
| 109 | } |
| 110 | |
| 111 | func (i *InputBuf) IsEnd() bool { |
| 112 | return len(i.buf) == 0 |
no test coverage detected