Skip to content

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

@zwq1792966796

Description

@zwq1792966796

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()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions