summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/crypto/SHA1.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/crypto/SHA1.md')
-rw-r--r--docs/content/en/functions/crypto/SHA1.md14
1 files changed, 5 insertions, 9 deletions
diff --git a/docs/content/en/functions/crypto/SHA1.md b/docs/content/en/functions/crypto/SHA1.md
index 204ff0384..c80dac0a4 100644
--- a/docs/content/en/functions/crypto/SHA1.md
+++ b/docs/content/en/functions/crypto/SHA1.md
@@ -3,15 +3,11 @@ title: crypto.SHA1
description: Hashes the given input and returns its SHA1 checksum encoded to a hexadecimal string.
categories: []
keywords: []
-action:
- aliases: [sha1]
- related:
- - functions/crypto/FNV32a
- - functions/crypto/HMAC
- - functions/crypto/MD5
- - functions/crypto/SHA256
- returnType: string
- signatures: [crypto.SHA1 INPUT]
+params:
+ functions_and_methods:
+ aliases: [sha1]
+ returnType: string
+ signatures: [crypto.SHA1 INPUT]
aliases: [/functions/sha,/functions/sha1]
---