Skip to content

Commit

Permalink
Update EIP-2537: Update eip-2537.md
Browse files Browse the repository at this point in the history
Merged by EIP-Bot.
  • Loading branch information
NikZak authored Aug 20, 2024
1 parent 3ba7711 commit 90bb02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-2537.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Also referred to as the "zero point". For BLS12 curves, the point with coordinat

#### Encoding of scalars for multiplication operation:

A scalar for the multiplication operation is encoded as `32` bytes by performing BigEndian encoding of the corresponding (unsigned) integer. The corresponding integer is **not** required to be less than or equal than main subgroup order `q`.
A scalar for the multiplication operation is encoded as `32` bytes by performing BigEndian encoding of the corresponding (unsigned) integer. The corresponding integer is **not** required to be less than or equal to main subgroup order `q`.

#### Behavior on empty inputs:

Expand Down

0 comments on commit 90bb02b

Please sign in to comment.