From: Adam Mills Date: Tue, 14 Apr 2020 23:45:15 +0000 (-0700) Subject: DOC: hashing: update link to hashing functions X-Git-Tag: v2.2-dev6~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbf697e7520df4031ac4650f43b95e926d29e509;p=thirdparty%2Fhaproxy.git DOC: hashing: update link to hashing functions 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. --- diff --git a/doc/internals/hashing.txt b/doc/internals/hashing.txt index 281dcf6b91..1bf6b26a41 100644 --- a/doc/internals/hashing.txt +++ b/doc/internals/hashing.txt @@ -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