Skip to content

Commit c9bb345

Browse files
committedApr 3, 2022
doc: simplify recommendation in webcrypto.md
PR-URL: #42554 Reviewed-By: Mestery <[email protected]> Reviewed-By: Tierney Cyren <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Akhil Marsonya <[email protected]>
1 parent 70dae24 commit c9bb345

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)
Please sign in to comment.