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 a very fast non-cryptographic hash algorithm. Hugo uses this Go implementation.
Last updated:
April 10, 2025
:
Merge commit '5be51ac3db225d5df501ed1fa1499c41d97dbf65' (283e97783)
Improve this page