Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Overview

Returns SHA1 hash of given content

string my$Crypto.Hash(content: string)

Returns hash of given content

string my$Crypto.Hash(content: string, hashName: Digest)

Arguments

string content
Digest hashName

Types

Digest

Types of digest algorithms ( "SHA1" | "SHA256" | "SHA384" | "SHA512" )
  • No labels