Merge commit '5be51ac3db225d5df501ed1fa1499c41d97dbf65'

This commit is contained in:
Bjørn Erik Pedersen
2025-04-10 13:04:51 +02:00
987 changed files with 12379 additions and 14083 deletions

View File

@@ -1,18 +1,18 @@
---
title: crypto.FNV32a
description: Returns the 32-bit FNV (FowlerNollVo) 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: []
returnType: int
signatures: [crypto.FNV32a STRING]
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 %}}
{{< deprecated-in 0.129.0 >}}
Use [`hash.FNV32a`] instead.
[`hash.FNV32a`]: /functions/hash/FNV32a/
{{% /deprecated-in %}}
{{< /deprecated-in >}}

View File

@@ -3,15 +3,11 @@ title: crypto.HMAC
description: Returns a cryptographic hash that uses a key to sign a message.
categories: []
keywords: []
action:
aliases: [hmac]
related:
- functions/crypto/FNV32a
- functions/crypto/MD5
- functions/crypto/SHA1
- functions/crypto/SHA256
returnType: string
signatures: ['crypto.HMAC HASH_TYPE KEY MESSAGE [ENCODING]']
params:
functions_and_methods:
aliases: [hmac]
returnType: string
signatures: ['crypto.HMAC HASH_TYPE KEY MESSAGE [ENCODING]']
aliases: [/functions/hmac]
---

View File

@@ -3,15 +3,11 @@ title: crypto.MD5
description: Hashes the given input and returns its MD5 checksum encoded to a hexadecimal string.
categories: []
keywords: []
action:
aliases: [md5]
related:
- functions/crypto/FNV32a
- functions/crypto/HMAC
- functions/crypto/SHA1
- functions/crypto/SHA256
returnType: string
signatures: [crypto.MD5 INPUT]
params:
functions_and_methods:
aliases: [md5]
returnType: string
signatures: [crypto.MD5 INPUT]
aliases: [/functions/md5]
---

View File

@@ -3,15 +3,11 @@ title: crypto.SHA1
description: Hashes the given input and returns its SHA1 checksum encoded to a hexadecimal string.
categories: []
keywords: []
action:
aliases: [sha1]
related:
- functions/crypto/FNV32a
- functions/crypto/HMAC
- functions/crypto/MD5
- functions/crypto/SHA256
returnType: string
signatures: [crypto.SHA1 INPUT]
params:
functions_and_methods:
aliases: [sha1]
returnType: string
signatures: [crypto.SHA1 INPUT]
aliases: [/functions/sha,/functions/sha1]
---

View File

@@ -3,15 +3,11 @@ title: crypto.SHA256
description: Hashes the given input and returns its SHA256 checksum encoded to a hexadecimal string.
categories: []
keywords: []
action:
aliases: [sha256]
related:
- functions/crypto/FNV32a
- functions/crypto/HMAC
- functions/crypto/MD5
- functions/crypto/SHA1
returnType: string
signatures: [crypto.SHA256 INPUT]
params:
functions_and_methods:
aliases: [sha256]
returnType: string
signatures: [crypto.SHA256 INPUT]
aliases: [/functions/sha256]
---

View File

@@ -1,12 +1,7 @@
---
title: Crypto functions
linkTitle: crypto
description: Template functions to create cryptographic hashes.
description: Use these functions to create cryptographic hashes.
categories: []
keywords: []
menu:
docs:
parent: functions
---
Use these functions to create cryptographic hashes.