少于1分钟
将以下英文翻译为中文:
https://gohugo.io/functions/sha/
Hashes the given input and returns either an SHA1 or SHA256 checksum.
sha1 INPUT
sha256 INPUT
sha1
hashes the given input and returns its SHA1 checksum.
|
|
sha256
hashes the given input and returns its SHA256 checksum.
|
|