Function utils::sha_256_hash[][src]

pub fn sha_256_hash(input: &str) -> String
Expand description

Takes an input reference string, and hashes it using the sha256 algorithm. The resultant value is returned as a string in hexadecmial - meaning it is url and i/o safe.