1
0
Fork 0
hugo/docs/content/en/functions/crypto/FNV32a.md

19 lines
446 B
Markdown

---
title: crypto.FNV32a
description: Returns the 32-bit FNV (Fowler-Noll-Vo) non-cryptographic hash of the given string.
categories: []
keywords: []
params:
functions_and_methods:
aliases: []
returnType: int
signatures: [crypto.FNV32a STRING]
expiryDate: 2026-07-31 # deprecated 2024-07-31 in v0.129.0
---
{{< deprecated-in 0.129.0 >}}
Use [`hash.FNV32a`] instead.
[`hash.FNV32a`]: /functions/hash/FNV32a/
{{< /deprecated-in >}}