This directory contains files pertaining to fuzz testing with the honggfuzz fuzzer.
We're trying this tool out alongside libfuzzer (covered in darkfi/fuzz/).
cargo install honggfuzz
# Build targets from Cargo.toml [[bin]] section
cargo hfuzz build
# Run
cargo hfuzz run zkbinary-decode
Further info: https://docs.rs/honggfuzz/latest/honggfuzz/#how-to-use-this-crate