string Crypto::Sha1(const string&in str)
Calculate the SHA1 hash of the given string.
string str
string
str
The string to hash.