mirror of https://github.com/gohugoio/hugo
482 B
482 B
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.