mirror of
https://github.com/gohugoio/hugo.git
synced 2025-03-03 11:44:38 +00:00
570 B
570 B
title | description | categories | menu | keywords | signature | aliases | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
crypto.FNV32a | Returns the FNV (Fowler–Noll–Vo) 32 bit hash of a given string. |
|
|
|
|
This function calculates the 32 bit FNV1a hash of a given string according to the specification:
{{ crypto.FNV32a "Hello world" }} → 1498229191