Skip to content

Commit 91a1177

Browse files
Trottjuanarbol
authored andcommitted
doc: simplify recommendation in webcrypto.md
PR-URL: #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>
1 parent 84be8df commit 91a1177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/webcrypto.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,7 @@ added: v15.0.0
10201020
* Type: {ArrayBuffer|TypedArray|DataView|Buffer}
10211021

10221022
The initialization vector must be unique for every encryption operation
1023-
using a given key. It is recommended by the AES-GCM specification that
1023+
using a given key. The AES-GCM specification recommends that
10241024
this contain at least 12 random bytes.
10251025

10261026
#### `aesGcmParams.name`

0 commit comments

Comments
 (0)