Update XxHash.md

This commit is contained in:
Bjørn Erik Pedersen
2025-03-20 20:15:39 +01:00
committed by GitHub
parent 807be5dbf3
commit d830e5962d
+1 -1
View File
@@ -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).