From dcf0abf8c7993289665e1294c01bb5523813d05e Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 31 Mar 2022 20:12:00 -0700 Subject: [PATCH] doc: simplify recommendation in webcrypto.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/42554 Reviewed-By: Mestery Reviewed-By: Tierney Cyren Reviewed-By: Tobias Nießen Reviewed-By: Akhil Marsonya --- doc/api/webcrypto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/webcrypto.md b/doc/api/webcrypto.md index dc046e846c4a85..457b36b4fa59ee 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`