Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2022-04-01 06:12:00 +0300
committerRich Trott <rtrott@gmail.com>2022-04-03 08:36:56 +0300
commitc9bb345b05307688bc6b727580121a9bf2819108 (patch)
treed0d4031d5411e4ea0a4c1709d381912d988d47bd /doc/api/webcrypto.md
parent70dae240f04b91a05d1859f5440ca1305762d3da (diff)
doc: simplify recommendation in webcrypto.md
PR-URL: https://github.com/nodejs/node/pull/42554 Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Tierney Cyren <hello@bnb.im> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
Diffstat (limited to 'doc/api/webcrypto.md')
-rw-r--r--doc/api/webcrypto.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/webcrypto.md b/doc/api/webcrypto.md
index dc046e846c4..457b36b4fa5 100644
--- a/doc/api/webcrypto.md
+++ b/doc/api/webcrypto.md
@@ -1020,7 +1020,7 @@ added: v15.0.0
* Type: {ArrayBuffer|TypedArray|DataView|Buffer}
The initialization vector must be unique for every encryption operation
-using a given key. It is recommended by the AES-GCM specification that
+using a given key. The AES-GCM specification recommends that
this contain at least 12 random bytes.
#### `aesGcmParams.name`