From c2fb38cfdf847a0e8c4dc44ee3f5b94c5f1ca4ec Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Thu, 5 Dec 2024 12:01:58 +0100 Subject: [PATCH] crypto: graduate WebCryptoAPI Ed25519 and X25519 algorithms as stable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/56142 Reviewed-By: Yagiz Nizipli Reviewed-By: James M Snell Reviewed-By: Luigi Pinca Reviewed-By: Tobias Nießen --- doc/api/webcrypto.md | 175 ++++++++++++++++++------------------ lib/internal/crypto/util.js | 18 ++-- 2 files changed, 95 insertions(+), 98 deletions(-) diff --git a/doc/api/webcrypto.md b/doc/api/webcrypto.md index 349fb116b1c0d6..b0e3257a8a7100 100644 --- a/doc/api/webcrypto.md +++ b/doc/api/webcrypto.md @@ -2,6 +2,9 @@