str GetSHA1OfUnicodeString(str S)
Returns the SHA-1 hash of the specified Unicode string, as a string.
#define SHA1 GetSHA1OfUnicodeString('Test') // SHA1 = '9ab696a37604d665dc97134dbee44cfe70451b1a'