Specify encoding in description of crypto functions

This commit is contained in:
Joe Mooring 2023-11-28 10:45:30 -08:00 committed by Joe Mooring
parent 749bb37e24
commit c9df50e6e6
3 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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: