From 71ab0dea35364dc1746240faa825cbbf17a2a773 Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Sun, 3 Apr 2022 12:11:11 +0200 Subject: [PATCH] doc: aes webcrypto unwrap is not a node-specific extensions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/42561 Reviewed-By: Tobias Nießen Reviewed-By: Rich Trott --- doc/api/webcrypto.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/api/webcrypto.md b/doc/api/webcrypto.md index 457b36b4fa59ee..618a9cfdcfce4c 100644 --- a/doc/api/webcrypto.md +++ b/doc/api/webcrypto.md @@ -845,10 +845,10 @@ promise is resolved with a {CryptoKey} object. The wrapping algorithms currently supported include: * `'RSA-OAEP'` -* `'AES-CTR'`[^1] -* `'AES-CBC'`[^1] -* `'AES-GCM'`[^1] -* `'AES-KW'`[^1] +* `'AES-CTR'` +* `'AES-CBC'` +* `'AES-GCM'` +* `'AES-KW'` The unwrapped key algorithms supported include: