We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57956bf commit 2751627Copy full SHA for 2751627
chacha20poly1305/src/lib.rs
@@ -14,7 +14,8 @@
14
//!
15
//! - [`XChaCha20Poly1305`] - ChaCha20Poly1305 variant with an extended 192-bit (24-byte) nonce.
16
//! - [`ChaCha8Poly1305`] / [`ChaCha12Poly1305`] - non-standard, reduced-round variants
17
-//! (gated under the `reduced-round` Cargo feature). See the [Too Much Crypto][5]
+//! (gated under the `reduced-round` Cargo feature). See the
18
+//! [Too Much Crypto](https://eprint.iacr.org/2019/1492.pdf)
19
//! paper for background and rationale on when these constructions could be used.
20
//! When in doubt, prefer [`ChaCha20Poly1305`].
21
//! - [`XChaCha8Poly1305`] / [`XChaCha12Poly1305`] - same as above,
0 commit comments