diff --git a/EIPS/eip-2537.md b/EIPS/eip-2537.md index bd405965aef96f..c26e923ec00764 100644 --- a/EIPS/eip-2537.md +++ b/EIPS/eip-2537.md @@ -184,7 +184,7 @@ Error cases: #### ABI for G2 multiexponentiation -G2 multiexponentiation call expects `288*k` bytes as an input that is interpreted as byte concatenation of `k` slices each of them being a byte concatenation of encoding of G2 point (`256` bytes) and encoding of a scalar value (`32` bytes). Output is an encoding of multiexponentiation operation result - a single G2 point (`256` bytes). +G2 multiexponentiation call expects `288*k` (`k` being a **positive** integer) bytes as an input that is interpreted as byte concatenation of `k` slices each of them being a byte concatenation of encoding of G2 point (`256` bytes) and encoding of a scalar value (`32` bytes). Output is an encoding of multiexponentiation operation result - a single G2 point (`256` bytes). Error cases: