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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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).