Skip to content

Commit f56b632

Browse files
authored
Merge pull request #120 from pablohirafuji/cripto-fix-typo-92-bytes
Fix Crypto docs typo
2 parents bb99a6e + a166b59 commit f56b632

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
@@ -1709,7 +1709,7 @@ type AesGcmTagLength
17091709
{-| Required paramaters to encrypt and decrypt values with the AES-GCM algorithm.
17101710

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

0 commit comments

Comments
 (0)