Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Crypto.gren
Original file line number Diff line number Diff line change
Expand Up @@ -1708,7 +1708,7 @@ type AesGcmTagLength
{-| Required paramaters to encrypt and decrypt values with the AES-GCM algorithm.

- `iv` needs to be be greater than 12 bytes, but less than 128 bytes. The recommended
length is 96 bytes.
length is 12 bytes.
- `additionalData` is completely optional data that is not encrypted, but will be
a part of the completed, encrypted, `Bytes`. If provided when encrypting data, the
same value must be provided when decrypting it or else the operation will fail.
Expand Down
Loading