File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11
11
can be used as a [ Message Authentication Code (MAC)] [ 3 ] .
12
12
13
13
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 ` ).
15
16
16
17
[ Documentation] [ docs-link ]
17
18
@@ -56,4 +57,5 @@ dual licensed as above, without any additional terms or conditions.
56
57
[ 2 ] : https://en.wikipedia.org/wiki/Universal_hashing
57
58
[ 3 ] : https://en.wikipedia.org/wiki/Message_authentication_code
58
59
[ 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
You can’t perform that action at this time.
0 commit comments