rust-bitcoin-unsafe-fast/fuzz/fuzz_targets
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
..
deser_net_msg.rs Use new inclusive range syntax 2020-10-08 17:08:51 +03:00
deserialize_address.rs Use new inclusive range syntax 2020-10-08 17:08:51 +03:00
deserialize_amount.rs Use new inclusive range syntax 2020-10-08 17:08:51 +03:00
deserialize_block.rs Use new inclusive range syntax 2020-10-08 17:08:51 +03:00
deserialize_psbt.rs Use new inclusive range syntax 2020-10-08 17:08:51 +03:00
deserialize_script.rs Use new inclusive range syntax 2020-10-08 17:08:51 +03:00
deserialize_transaction.rs Use new inclusive range syntax 2020-10-08 17:08:51 +03:00
outpoint_string.rs Use new inclusive range syntax 2020-10-08 17:08:51 +03:00
uint128_fuzz.rs Correct input length check for uin128 fuzzer 2021-06-15 23:10:38 +00:00