mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
Specify encoding in description of crypto functions
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user