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