refactor: renaming Ed25519 to Edwards25519#2409
refactor: renaming Ed25519 to Edwards25519#2409SimonRastikian wants to merge 27 commits intomainfrom
Conversation
|
PR title type suggestion: This PR renames a curve variant across the codebase without changing functionality, which is a refactoring task. The title should include a conventional commit type prefix. Suggested title: |
Code Review: refactor: renaming ed25519 to Curve25519Straightforward rename of the internal Compatibility Analysis
Minor observation (non-blocking)The existing No critical issues found. ✅ Approved |
netrome
left a comment
There was a problem hiding this comment.
Sorry I thought I approved this already. Nice stuff!
|
Please rebase/merge latest main and I'll re-approve |
23e7d5c to
d65d7ae
Compare
…r/mpc into simon/changing-ed25519-to-Curve25519
| 1, | ||
| "Ed25519", | ||
| "Curve__Ed25519", | ||
| "Edwards25519", |
There was a problem hiding this comment.
is this an external interface change?
what is the impact of it?
| fields: Empty, | ||
| }, | ||
| "Curve__Ed25519": Struct { | ||
| "Curve__Edwards25519": Struct { |
There was a problem hiding this comment.
same question as above
barakeinav1
left a comment
There was a problem hiding this comment.
I see you updated the contract snap, does this mean those changes have a interface breaking change?
and if yes, what is the impact of it?
Follow up to #2396.
Partly Closes #2322 namely the section related to renaming Ed25519 into the real curve name Curve25519.