Function get_sha256_hash

Source
pub fn get_sha256_hash(input_string: &str) -> String
Expand description

Get the SHA256 hash corresponding to an input string.

input_string The input string.

Returns the SHA256 hash.