node icon indicating copy to clipboard operation
node copied to clipboard

crypto: graduate WebCryptoAPI Ed25519 and X25519 algorithms as stable

Open panva opened this issue 2 months ago • 7 comments

Ed25519 and X25519 algorithms are no longer experimental. They were merged into the main spec.


https://github.com/nodejs/node/labels/notable-change

Following the merge of Curve25519 into the Web Cryptography API Editor's Draft the Ed25519 and X25519 algorithm identifiers are now stable and will no longer emit an ExperimentalWarning upon use.

panva avatar Dec 05 '24 11:12 panva