summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/crypto.FNV32a.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/crypto.FNV32a.md')
-rw-r--r--docs/content/en/functions/crypto.FNV32a.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/content/en/functions/crypto.FNV32a.md b/docs/content/en/functions/crypto.FNV32a.md
index dddf7a9aa..9bcfff26f 100644
--- a/docs/content/en/functions/crypto.FNV32a.md
+++ b/docs/content/en/functions/crypto.FNV32a.md
@@ -4,10 +4,9 @@ description: Returns the FNV (Fowler–Noll–Vo) 32 bit hash of a given string.
categories: [functions]
menu:
docs:
- parent: "functions"
+ parent: functions
keywords: [crypto hash FNV32 Fowler-Noll-Vo]
signature: ["crypto.FNV32a STRING"]
-aliases: []
---
This function calculates the 32 bit [FNV1a hash](https://en.wikipedia.org/wiki/Fowler%E2%80%93Noll%E2%80%93Vo_hash_function#FNV-1a_hash) of a given string according to the [specification](https://datatracker.ietf.org/doc/html/draft-eastlake-fnv-12):