node
node copied to clipboard
crypto: graduate WebCryptoAPI Ed25519 and X25519 algorithms as stable
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
andX25519
algorithm identifiers are now stable and will no longer emit an ExperimentalWarning upon use.