diff options
Diffstat (limited to 'docs/content/en/functions/hash/FNV32a.md')
-rw-r--r-- | docs/content/en/functions/hash/FNV32a.md | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/docs/content/en/functions/hash/FNV32a.md b/docs/content/en/functions/hash/FNV32a.md index b5af77519..b108acff8 100644 --- a/docs/content/en/functions/hash/FNV32a.md +++ b/docs/content/en/functions/hash/FNV32a.md @@ -1,18 +1,13 @@ --- title: hash.FNV32a -description: Returns the 32-bit FNV (Fowler–Noll–Vo) non-cryptographic hash of the given string. +description: Returns the 32-bit FNV (Fowler-Noll-Vo) non-cryptographic hash of the given string. categories: [] keywords: [] -action: - aliases: [] - related: - - functions/hash/Xxhash - - functions/crypto/HMAC - - functions/crypto/MD5 - - functions/crypto/SHA1 - - functions/crypto/SHA256 - returnType: int - signatures: [hash.FNV32a STRING] +params: + functions_and_methods: + aliases: [] + returnType: int + signatures: [hash.FNV32a STRING] aliases: [/functions/crypto.fnv32a] --- |