hugo/docs/content/en/functions/crypto/FNV32a.md
2024-02-19 18:59:28 +01:00

723 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

{{< new-in 0.98.0 >}}

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

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