Skip to content

Commit

Permalink
doc: simplify recommendation in webcrypto.md
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Trott authored and juanarbol committed Apr 4, 2022
1 parent 8d5c9d9 commit b7748e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/webcrypto.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit b7748e4

Please sign in to comment.