pub fn sha256(input: &str) -> String
SHA-256 哈希函数
use light_tool::hmac; println!("sha256: {}", hmac::sha256("Hello, world!"))