File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,9 @@ use super::Hasher;
2727/// hashing. This lets you key your hashtables from a strong RNG, such
2828/// as [`rand::Rng`](https://doc.rust-lang.org/rand/rand/trait.Rng.html).
2929///
30- /// Although the SipHash algorithm is considered to be cryptographically
31- /// strong, this implementation has not been reviewed for such purposes.
32- /// As such, all cryptographic uses of this implementation are _strongly
33- /// discouraged_.
30+ /// Although the SipHash algorithm is considered to be generally strong,
31+ /// it is not intended for cryptographic purposes. As such, all
32+ /// cryptographic uses of this implementation are _strongly discouraged_.
3433#[ stable( feature = "rust1" , since = "1.0.0" ) ]
3534pub struct SipHasher {
3635 k0 : u64 ,
You can’t perform that action at this time.
0 commit comments