hugo/docs/content/en/functions/crypto.FNV32a.md
2023-05-22 16:47:07 +02:00

556 B
Raw Blame History

title description categories menu keywords signature
crypto.FNV32a Returns the FNV (FowlerNollVo) 32 bit hash of a given string.
functions
docs
parent
functions
crypto hash FNV32 Fowler-Noll-Vo
crypto.FNV32a STRING

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

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