-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Hi,
I' trying to sidefuzz the sha3 implementation of RustCrypto, but it gives the following error:
Error: wasm error: Function: Module doesn't have export input_is_str
Here is the code:
use sha3::{Digest, Sha3_512};
#[no_mangle]
pub extern "C" fn fuzz() {
let input = sidefuzz::fetch_input(80);
sidefuzz::black_box(Sha3_512::default().chain(input).result());
}Do you know what is going wrong?
Metadata
Metadata
Assignees
Labels
No labels