mirror of
https://github.com/nodejs/node.git
synced 2025-12-28 07:50:41 +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:
parent
64bb5f8f8e
commit
d49f47ee35
@ -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)`
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user