pub fn get_sha256_hash(input_string: &str) -> String
Get the SHA256 hash corresponding to an input string.
input_string The input string.
input_string
Returns the SHA256 hash.