rust-bitcoin-unsafe-fast/fuzz
Steven Roose fea09a0a94
Improve the Instructions iterator for scripts
- Rename the `iter` method to `instructions`.
- Add `instructions_minimal` for minimal-enforced iteration.
- Iterator has `Result<Instruction, Error>` as items.
2020-04-11 23:52:26 +01:00
..
fuzz_targets Improve the Instructions iterator for scripts 2020-04-11 23:52:26 +01:00
hfuzz_input Rename fuzz input file names to allow repo cloning on Windows [fixes #350] 2019-12-08 16:42:43 +00:00
.gitignore Add fuzzing code 2017-06-07 09:19:25 +01:00
Cargo.toml Remove Decimal and replace strason with serde_json 2019-06-13 18:29:16 +01:00
travis-fuzz.sh Update travis-fuzz.sh to check that fuzz input file names are allowed on Windows systems 2019-12-08 16:42:43 +00:00