We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 653629a commit eaf5f89Copy full SHA for eaf5f89
core/cap-0080.md
@@ -201,7 +201,7 @@ See [CAP-0074](./cap-0074.md#field-and-groups) for definitions of the BN254 fiel
201
202
**Cost**: includes decoding of the G1 point (`Bn254DecodeFp`) and the on curve check (`Bn254G1CheckPointOnCurve`).
203
204
-**Error condition**: if the input `BytesObject` does not decode into a valid field element:
+**Error condition**: if the input `BytesObject` does not decode into a valid point:
205
- Bytes length is not equal to 64
206
- The point is compressed
207
0 commit comments