summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/hmac.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/hmac.md')
-rw-r--r--docs/content/en/functions/hmac.md10
1 files changed, 1 insertions, 9 deletions
diff --git a/docs/content/en/functions/hmac.md b/docs/content/en/functions/hmac.md
index b906e5abb..3b9675a0b 100644
--- a/docs/content/en/functions/hmac.md
+++ b/docs/content/en/functions/hmac.md
@@ -1,21 +1,13 @@
---
title: hmac
-linktitle: hmac
description: Returns a cryptographic hash that uses a key to sign a message.
-date: 2020-05-29
-publishdate: 2020-05-29
-lastmod: 2020-05-29
categories: [functions]
menu:
docs:
- parent: "functions"
+ parent: functions
keywords: [hmac,checksum]
signature: ["crypto.HMAC HASH_TYPE KEY MESSAGE [ENCODING]","hmac HASH_TYPE KEY MESSAGE [ENCODING]" ]
-workson: []
-hugoversion:
relatedfuncs: [hmac]
-deprecated: false
-aliases: []
---
Set the `HASH_TYPE` argument to `md5`, `sha1`, `sha256`, or `sha512`.