rust-bitcoin-unsafe-fast/fuzz
Matt Corallo 5d71a9dd89 Correct input length check for uin128 fuzzer
In an earlier version of the uint128 fuzz target, there was a byte
which incidated the specific operation to test. However, that was
dropped for the much-more-effective approach of simply testing all
operations in each fuzz iteration.
2021-06-15 23:10:38 +00:00
..
fuzz_targets Correct input length check for uin128 fuzzer 2021-06-15 23:10:38 +00: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 Add fuzz target comparing native u128 to our Uint type 2020-04-30 19:22:49 -04: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