Files
2026-06-18 16:28:21 +02:00

531 B

title, description, categories, keywords, params
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 an exceptionally fast non-cryptographic hash algorithm. Hugo uses this Go implementation.