Skip to content

Commit a7c4462

Browse files
committed
Update README
1 parent 7dfc91c commit a7c4462

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,15 @@ For ease of following, here are the main methods in ref10 and their equivalents
5656
| `R = P + Q` | `ge_madd`, `ge_add` | `GroupElement.madd`, `GroupElement.add` |
5757
| `R = P - Q` | `ge_msub`, `ge_sub` | `GroupElement.msub`, `GroupElement.sub` |
5858

59+
60+
Important changes
61+
-----------------
62+
63+
### 0.2.0
64+
65+
- Ed25519 is now named `Ed25519` in `EdDSANamedCurveTable`, and the previous public constant
66+
(containing the older inaccurate name) has been removed.
67+
5968
Credits
6069
-------
6170

0 commit comments

Comments
 (0)