Overview
Returns hash of given contentstring $Crypto.Hash(content: string, hashName: Digest)
Arguments
string content
Content to be hashed
Digest hashName
Name of hash algorithm to be used. If not specified SHA1 is used.
string $Crypto.Hash(content: string, hashName: Digest)