hugo/docs/content/en/functions/crypto/FNV32a.md
2024-01-26 08:22:42 +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