hash.XxHash
Returns the 64-bit xxHash non-cryptographic hash of the given string.
Syntax
hash.XxHash STRING
Returns
string
Alias
xxhash
{{ hash.XxHash "Hello world" }} → c500b0c912b376d8xxHash is an exceptionally fast non-cryptographic hash algorithm. Hugo uses this Go implementation.
Last updated:
June 18, 2026
:
Merge commit 'c86d9f4aa8a58931f52df6516f10b67c807505fb' (be780afa7)
Improve this page