hugo/docs/content/en/functions/crypto/FNV32a.md
Bjørn Erik Pedersen 5fd1e74903
Merge commit '9b0050e9aabe4be65c78ccf292a348f309d50ccd' as 'docs'
```
git subtree add --prefix=docs/ https://github.com/gohugoio/hugoDocs.git master --squash
```

Closes #11925
2024-01-27 10:48:57 +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