Skip to content

Commit 69e7b0e

Browse files
committed
readme
1 parent d58bc30 commit 69e7b0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ For `encrypt`, a `nonceBytes`-length buffer is fetched from CSPRNG and prenended
128128
For `decrypt`, first `nonceBytes` of ciphertext are treated as nonce.
129129

130130
> [!WARNING]
131-
> AES-GCM & ChaCha (NOT XChaCha) [limit amount](#encryption-limits) of messages
131+
> AES-GCM & ChaCha (NOT XChaCha) [limit amount of messages](#encryption-limits)
132132
> encryptable under the same key.
133133
134134
```js

0 commit comments

Comments
 (0)