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
asanso authored and blacksnow2 committed Jul 21, 2024
1 parent b02ce8f commit a1ec0e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions EIPS/eip-2537.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ Due to the large test parameters space, we first provide properties that various
Required properties for basic ops (add/multiply):

- Commutativity: `P + Q = Q + P`
- Identity element: `P + 0 = P`
- Additive negation: `P + (-P) = 0`
- Doubling `P + P = 2*P`
- Subgroup check: `group_order * P = 0`
Expand Down

0 comments on commit a1ec0e6

Please sign in to comment.