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: nodejs#42561
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
panva authored and xtx1130 committed Apr 25, 2022
1 parent f3c23fd commit b51d7cb
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 b51d7cb

Please sign in to comment.