Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

shake_128.result_str();//No output #468

Open
zwq1792966796 opened this issue Nov 5, 2020 · 1 comment
Open

shake_128.result_str();//No output #468

zwq1792966796 opened this issue Nov 5, 2020 · 1 comment

Comments

@zwq1792966796
Copy link

extern crate crypto;
use crypto::digest::Digest;
use crypto::sha3::Sha3;
fn main() {
let mut shake_128 = Sha3::shake_128();
shake_128.input_str("123");
println!("shake_128 {}",shake_128.result_str());
}
//But It's noting

Take an example for Sha3::shake_128()

@newpavlov
Copy link

This crate is unmaintained and it's recommended to use modern alternatives instead. One such alternative is the sha3 crate from RustCrypto.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants