We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 161c541 + 3bc9157 commit 641204aCopy full SHA for 641204a
src/libcore/hash/sip.rs
@@ -17,7 +17,7 @@ use super::Hasher;
17
18
/// An implementation of SipHash 2-4.
19
///
20
-/// See: http://131002.net/siphash/
+/// See: https://131002.net/siphash/
21
22
/// This is currently the default hashing function used by standard library
23
/// (eg. `collections::HashMap` uses it by default).
0 commit comments