mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-10 05:16:20 -04:00
Specify encoding in description of crypto functions
This commit is contained in:
parent
749bb37e24
commit
c9df50e6e6
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user