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

17 lines
366 B
Markdown

---
title: hash.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: [hash.FNV32a STRING]
aliases: [/functions/crypto.fnv32a]
---
```go-html-template
{{ hash.FNV32a "Hello world" }} → 1498229191
```