Skip to content

Commit 7672fe9

Browse files
authoredOct 4, 2019
Merge pull request #26 from RustCrypto/poly1305/readme-links
poly1305: Update README.md with AEAD links
2 parents 3d6892e + 98744ca commit 7672fe9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎poly1305/README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
can be used as a [Message Authentication Code (MAC)][3].
1212

1313
In practice, Poly1305 is primarily combined with ciphers from the
14-
[Salsa20 Family][4] such as [ChaCha20][5].
14+
[Salsa20 Family][4] such as in [ChaCha20Poly1305][5] and [XSalsa20Poly1305][6]
15+
(a.k.a. NaCl `crypto_secretbox`).
1516

1617
[Documentation][docs-link]
1718

@@ -56,4 +57,5 @@ dual licensed as above, without any additional terms or conditions.
5657
[2]: https://en.wikipedia.org/wiki/Universal_hashing
5758
[3]: https://en.wikipedia.org/wiki/Message_authentication_code
5859
[4]: https://cr.yp.to/snuffle/salsafamily-20071225.pdf
59-
[5]: https://crates.io/crates/chacha20
60+
[5]: https://github.com/RustCrypto/AEADs/tree/master/chacha20poly1305
61+
[6]: https://github.com/RustCrypto/AEADs/tree/master/xsalsa20poly1305

0 commit comments

Comments
 (0)
Please sign in to comment.