-
Notifications
You must be signed in to change notification settings - Fork 2k
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
feat(api): Add Ed25519 sign/verify SubtleCrypto algo #22033
Conversation
Bun also supports Ed25519 algorithm via |
Bun is not (yet?) included in Browsers/Engines here. See #18484 |
This comment was marked as abuse.
This comment was marked as abuse.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as abuse.
This comment was marked as abuse.
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.
Thanks @bsmth, some inline comments for you to look at. They apply to all for additions; I only commented on the first one.
Thanks a lot, will take a look at your comments shortly 👍🏻 |
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.
Thanks @bsmth, looks great to me! 👍
Thank you! 🙏🏻 |
Summary
Currently the spec states:
There are a list of recommendations for implementers:
I've added a sub-feature for an algo which is not part of this recommendation, but is available in multiple engines.
Standardization status:
Test results and supporting details
Chrome: 113 (behind flag)
enable-experimental-web-platform-features
(chrome://flags/#enable-experimental-web-platform-features)Safari: Stable v17
Node.js: 16.17.0 (marked as experimental)
Deno: 1.26.0
No Fx support
WPT: generateKey
Node repro:
output:
Related issues