crypto.FNV32a

将以下英文翻译为中文:

crypto.FNV32a

https://gohugo.io/functions/crypto.fnv32a/

Returns the FNV (Fowler–Noll–Vo) 32 bit hash of a given string.

语法

crypto.FNV32a STRING

This function calculates the 32 bit FNV1a hash of a given string according to the specification:

{{ crypto.FNV32a "Hello world" }} → 1498229191