Skip to content

Commit

Permalink
doc: aes webcrypto unwrap is not a node-specific extensions
Browse files Browse the repository at this point in the history
PR-URL: #42561
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
panva authored and juanarbol committed Apr 6, 2022
1 parent 9b4bd7d commit 71ab0de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/api/webcrypto.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 71ab0de

Please sign in to comment.