Skip to content

Commit d58bc30

Browse files
committed
readme
1 parent 190d1c6 commit d58bc30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ 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) have 12-byte nonces, which limit amount of messages
132-
> encryptable under the same key. Check out [limits section](#encryption-limits).
131+
> AES-GCM & ChaCha (NOT XChaCha) [limit amount](#encryption-limits) of messages
132+
> encryptable under the same key.
133133
134134
```js
135135
import { xchacha20poly1305 } from '@noble/ciphers/chacha';

0 commit comments

Comments
 (0)