mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
doc: fix webcrypto.md AES-GCM backticks
PR-URL: https://github.com/nodejs/node/pull/54621 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
@@ -567,7 +567,7 @@ The algorithms currently supported include:
|
||||
* `'RSA-OAEP'`
|
||||
* `'AES-CTR'`
|
||||
* `'AES-CBC'`
|
||||
* `'AES-GCM`'
|
||||
* `'AES-GCM'`
|
||||
|
||||
### `subtle.deriveBits(algorithm, baseKey[, length])`
|
||||
|
||||
@@ -703,7 +703,7 @@ The algorithms currently supported include:
|
||||
* `'RSA-OAEP'`
|
||||
* `'AES-CTR'`
|
||||
* `'AES-CBC'`
|
||||
* `'AES-GCM`'
|
||||
* `'AES-GCM'`
|
||||
|
||||
### `subtle.exportKey(format, key)`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user