diff --git a/content/en/functions/hash/XxHash.md b/content/en/functions/hash/XxHash.md index c928fd13c..6a92b2bdc 100644 --- a/content/en/functions/hash/XxHash.md +++ b/content/en/functions/hash/XxHash.md @@ -14,4 +14,4 @@ params: {{ hash.XxHash "Hello world" }} → c500b0c912b376d8 ``` -[xxHash](https://xxhash.com/) is a very fast non-cryptographic hash algorithm. +[xxHash](https://xxhash.com/) is a very fast non-cryptographic hash algorithm. Hugo uses [this Go implementation](https://github.com/cespare/xxhash).