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;
27
27
/// hashing. This lets you key your hashtables from a strong RNG, such
28
28
/// as [`rand::Rng`](https://doc.rust-lang.org/rand/rand/trait.Rng.html).
29
29
///
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_.
34
33
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
35
34
pub struct SipHasher {
36
35
k0 : u64 ,
You can’t perform that action at this time.
0 commit comments