We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f131fb commit 3bc9157Copy full SHA for 3bc9157
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