1
0
Fork 0
hugo/docs/content/en/functions/hash/XxHash.md

482 B

title description categories keywords params
hash.XxHash Returns the 64-bit xxHash non-cryptographic hash of the given string.
functions_and_methods
aliases returnType signatures
xxhash
string
hash.XxHash STRING
{{ hash.XxHash "Hello world" }} → c500b0c912b376d8

xxHash is a very fast non-cryptographic hash algorithm. Hugo uses this Go implementation.