mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-11 01:04:54 -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
|
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: []
|
categories: []
|
||||||
keywords: []
|
keywords: []
|
||||||
action:
|
action:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: crypto.SHA1
|
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: []
|
categories: []
|
||||||
keywords: []
|
keywords: []
|
||||||
action:
|
action:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: crypto.SHA256
|
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: []
|
categories: []
|
||||||
keywords: []
|
keywords: []
|
||||||
action:
|
action:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user