From f3cf74133cc8083ee319839ba8b610632fa700e5 Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Thu, 5 Dec 2024 12:01:58 +0100 Subject: [PATCH] crypto: WebCryptoAPI Ed25519 and X25519 algorithms are now stable --- doc/api/webcrypto.md | 171 ++++++++++++++++++------------------ lib/internal/crypto/util.js | 18 ++-- 2 files changed, 93 insertions(+), 96 deletions(-) diff --git a/doc/api/webcrypto.md b/doc/api/webcrypto.md index 921f173573bfe7..5fcfad2812ab0d 100644 --- a/doc/api/webcrypto.md +++ b/doc/api/webcrypto.md @@ -2,6 +2,9 @@