diff options
Diffstat (limited to 'docs/content/en/functions/crypto/SHA256.md')
-rw-r--r-- | docs/content/en/functions/crypto/SHA256.md | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/docs/content/en/functions/crypto/SHA256.md b/docs/content/en/functions/crypto/SHA256.md index 3019432d2..6fb657767 100644 --- a/docs/content/en/functions/crypto/SHA256.md +++ b/docs/content/en/functions/crypto/SHA256.md @@ -1,22 +1,17 @@ --- title: crypto.SHA256 -linkTitle: sha256 -description: Hashes the given input and returns its SHA256 checksum. -categories: [functions] +description: Hashes the given input and returns its SHA256 checksum encoded to a hexadecimal string. +categories: [] keywords: [] -menu: - docs: - parent: functions -function: +action: aliases: [sha256] + related: + - functions/crypto/FNV32a + - functions/crypto/HMAC + - functions/crypto/MD5 + - functions/crypto/SHA1 returnType: string signatures: [crypto.SHA256 INPUT] -relatedFunctions: - - crypto.FNV32a - - crypto.HMAC - - crypto.MD5 - - crypto.SHA1 - - crypto.SHA256 aliases: [/functions/sha256] --- |