mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +02:00
482 B
482 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. |
|
{{ hash.XxHash "Hello world" }} → c500b0c912b376d8
xxHash is a very fast non-cryptographic hash algorithm. Hugo uses this Go implementation.