let mut sha = Sha256::new(); sha.input_str(input); println!("{}", sha.result_str()); }. All hash algorithms in rust-crypto implement the Digest trait, ...
確定! 回上一頁