mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00: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.