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