-
-
Notifications
You must be signed in to change notification settings - Fork 34.2k
crypto: graduate WebCryptoAPI Ed25519 and X25519 algorithms as stable #56142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Review requested:
|
f3cf741 to
6ab68a9
Compare
6ab68a9 to
ba640d8
Compare
|
cc @nodejs/web-standards |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #56142 +/- ##
=======================================
Coverage 87.99% 87.99%
=======================================
Files 656 656
Lines 188999 188995 -4
Branches 35981 35985 +4
=======================================
Hits 166301 166301
+ Misses 15865 15861 -4
Partials 6833 6833
🚀 New features to boost your workflow:
|
This comment was marked as outdated.
This comment was marked as outdated.
|
The
notable-change
Please suggest a text for the release notes if you'd like to include a more detailed summary, then proceed to update the PR description with the text or a link to the notable change suggested text comment. Otherwise, the commit will be placed in the Other Notable Changes section. |
|
notable-change
|
tniessen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 🚀
|
|
Ed25519 and X25519 algorithms are no longer experimental. They were merged into the main spec.
notable-changePRs with changes that should be highlighted in changelogs.