mirror of https://github.com/gohugoio/hugo
17 lines
366 B
Markdown
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
|
|
```
|