Skip to content

wasm error on sidefuzz execution #27

@niluxv

Description

@niluxv

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

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