mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
723 B
723 B
title | description | categories | keywords | action | aliases | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
crypto.FNV32a | Returns the FNV (Fowler–Noll–Vo) 32-bit hash of a given string. |
|
|
{{< new-in 0.98.0 >}}
This function calculates the 32-bit FNV1a hash of a given string according to the specification:
{{ crypto.FNV32a "Hello world" }} → 1498229191