hugo/docs/content/en/functions/crypto/FNV32a.md
2023-10-20 09:43:56 +02:00

724 B
Raw Blame History

title description categories keywords menu function relatedFunctions aliases
crypto.FNV32a Returns the FNV (FowlerNollVo) 32 bit hash of a given string.
functions
docs
parent
functions
aliases returnType signatures
int
crypto.FNV32a STRING
crypto.FNV32a
crypto.HMAC
crypto.MD5
crypto.SHA1
crypto.SHA256
/functions/crypto.fnv32a

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

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