summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilip Skokan <panva.ip@gmail.com>2022-04-03 12:11:11 +0200
committerJuan José Arboleda <soyjuanarbol@gmail.com>2022-04-06 12:25:53 -0500
commit71ab0dea35364dc1746240faa825cbbf17a2a773 (patch)
tree8681309aae976d97d2ebf25e989f58d4440eecc5
parent9b4bd7d031962f580536372356382fdc3cb0a244 (diff)
downloadnode-new-71ab0dea35364dc1746240faa825cbbf17a2a773.tar.gz
doc: aes webcrypto unwrap is not a node-specific extensions
PR-URL: https://github.com/nodejs/node/pull/42561 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Rich Trott <rtrott@gmail.com>
-rw-r--r--doc/api/webcrypto.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/api/webcrypto.md b/doc/api/webcrypto.md
index 457b36b4fa..618a9cfdcf 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: