Move existing BOLT11 fuzz test to the `fuzz` crate
authorMatt Corallo <git@bluematt.me>
Tue, 30 Apr 2024 13:58:21 +0000 (13:58 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 8 May 2024 19:36:15 +0000 (19:36 +0000)
commitd14ea82b5dfe98236b75f0e6fe5c4bb041748b0e
tree7471d9c55bb67a6823674fdc1394a4397bd9f706
parent2b14cc40a6acf226aafaddd0efe67264c0df706f
Move existing BOLT11 fuzz test to the `fuzz` crate
12 files changed:
.github/workflows/build.yml
fuzz/Cargo.toml
fuzz/src/bin/bolt11_deser_target.rs [new file with mode: 0644]
fuzz/src/bin/gen_target.sh
fuzz/src/bolt11_deser.rs [new file with mode: 0644]
fuzz/src/lib.rs
fuzz/targets.h
lightning-invoice/fuzz/.gitignore [deleted file]
lightning-invoice/fuzz/Cargo.toml [deleted file]
lightning-invoice/fuzz/ci-fuzz.sh [deleted file]
lightning-invoice/fuzz/fuzz_targets/serde_data_part.rs [deleted file]
rustfmt_excluded_files