hugo/docs/content/en/functions/crypto/FNV32a.md
2023-12-04 15:24:01 +01:00

700 B
Raw Blame History

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

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

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