sha256

Function sha256 

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

SHA-256 哈希函数

§Example

use light_tool::hmac;
println!("sha256: {}", hmac::sha256("Hello, world!"))