Skip to content

Commit

Permalink
Add correct link to Too much crypto (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
skaunov authored Dec 14, 2022
1 parent 57956bf commit 2751627
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chacha20poly1305/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
//!
//! - [`XChaCha20Poly1305`] - ChaCha20Poly1305 variant with an extended 192-bit (24-byte) nonce.
//! - [`ChaCha8Poly1305`] / [`ChaCha12Poly1305`] - non-standard, reduced-round variants
//! (gated under the `reduced-round` Cargo feature). See the [Too Much Crypto][5]
//! (gated under the `reduced-round` Cargo feature). See the
//! [Too Much Crypto](https://eprint.iacr.org/2019/1492.pdf)
//! paper for background and rationale on when these constructions could be used.
//! When in doubt, prefer [`ChaCha20Poly1305`].
//! - [`XChaCha8Poly1305`] / [`XChaCha12Poly1305`] - same as above,
Expand Down

0 comments on commit 2751627

Please sign in to comment.