From c9df50e6e6c1b03883b2e2e4adcc4ddd0f30a64c Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Tue, 28 Nov 2023 10:45:30 -0800 Subject: [PATCH] Specify encoding in description of crypto functions --- content/en/functions/crypto/MD5.md | 2 +- content/en/functions/crypto/SHA1.md | 2 +- content/en/functions/crypto/SHA256.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/functions/crypto/MD5.md b/content/en/functions/crypto/MD5.md index 6c78ae55f..ba44660df 100644 --- a/content/en/functions/crypto/MD5.md +++ b/content/en/functions/crypto/MD5.md @@ -1,6 +1,6 @@ --- title: crypto.MD5 -description: Hashes the given input and returns its MD5 checksum. +description: Hashes the given input and returns its MD5 checksum encoded to a hexadecimal string. categories: [] keywords: [] action: diff --git a/content/en/functions/crypto/SHA1.md b/content/en/functions/crypto/SHA1.md index 247c9842a..204ff0384 100644 --- a/content/en/functions/crypto/SHA1.md +++ b/content/en/functions/crypto/SHA1.md @@ -1,6 +1,6 @@ --- title: crypto.SHA1 -description: Hashes the given input and returns its SHA1 checksum. +description: Hashes the given input and returns its SHA1 checksum encoded to a hexadecimal string. categories: [] keywords: [] action: diff --git a/content/en/functions/crypto/SHA256.md b/content/en/functions/crypto/SHA256.md index 279cec35c..6fb657767 100644 --- a/content/en/functions/crypto/SHA256.md +++ b/content/en/functions/crypto/SHA256.md @@ -1,6 +1,6 @@ --- title: crypto.SHA256 -description: Hashes the given input and returns its SHA256 checksum. +description: Hashes the given input and returns its SHA256 checksum encoded to a hexadecimal string. categories: [] keywords: [] action: