]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: hashing: update link to hashing functions
authorAdam Mills <agent16774@gmail.com>
Tue, 14 Apr 2020 23:45:15 +0000 (16:45 -0700)
committerWilly Tarreau <w@1wt.eu>
Fri, 17 Apr 2020 11:59:46 +0000 (13:59 +0200)
Bret Mulvey, the author of the article cited in this pulication
has migrated his work to papa.bretmulvey.com. I was able to
view an archival version of Bret M.'s original post
(http://home.comcast.net/~bretm/hash/3.html) and have validated
that this is the same paper that is originally cited.

doc/internals/hashing.txt

index 281dcf6b9142986ca33e2bab3e5f75e3e3f22f7d..1bf6b26a412e1c059b057f408196d291e457428c 100644 (file)
@@ -79,5 +79,5 @@ algorithms that are better for different inputs. Avalanche is not always
 applicable and may result in less smooth distribution.
 
 References:
-Mixing Functions/Avalanche: http://home.comcast.net/~bretm/hash/3.html
+Mixing Functions/Avalanche: https://papa.bretmulvey.com/post/124027987928/hash-functions
 Hash Functions: http://www.cse.yorku.ca/~oz/hash.html