Skip to content

Commit a166b59

Browse files
committed
Fix Cripto docs typo
1 parent 6021e3c commit a166b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Crypto.gren

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1708,7 +1708,7 @@ type AesGcmTagLength
17081708
{-| Required paramaters to encrypt and decrypt values with the AES-GCM algorithm.
17091709

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

0 commit comments

Comments
 (0)