From bbf697e7520df4031ac4650f43b95e926d29e509 Mon Sep 17 00:00:00 2001 From: Adam Mills Date: Tue, 14 Apr 2020 16:45:15 -0700 Subject: [PATCH] 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. --- doc/internals/hashing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/internals/hashing.txt b/doc/internals/hashing.txt index 281dcf6b9..1bf6b26a4 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