From d830e5962de9a548f81da4abca32272cfd757b2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 20 Mar 2025 20:15:39 +0100 Subject: [PATCH] Update XxHash.md --- content/en/functions/hash/XxHash.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).