[][src]Function rust_sm::Sm3

pub fn Sm3(msg: &str) -> Result<String>

sm3 摘要加密

Examples

let enc=Sm3("testmsg");