rust-bitcoin-unsafe-fast/fuzz/fuzz_targets
Tobin C. Harding e1ae9d86bb Move the address module out of util
The identifier 'util' does not convey any information. We have a whole
bunch of modules inside the `util` module.

As part of work to reduce the amount of arbitrary things in the `util`
module move the `address` module to the crate root level.
2022-08-12 07:35:15 +10:00
..
deser_net_msg.rs Use new inclusive range syntax 2020-10-08 17:08:51 +03:00
deserialize_address.rs Move the address module out of util 2022-08-12 07:35:15 +10: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 Move the address module out of util 2022-08-12 07:35:15 +10:00
deserialize_transaction.rs Add fuzzing for Witness struct 2021-12-28 09:56:41 +01:00
deserialize_witness.rs Add fuzzing for Witness struct 2021-12-28 09:56:41 +01:00
outpoint_string.rs Use new inclusive range syntax 2020-10-08 17:08:51 +03:00
script_bytes_to_asm_fmt.rs Added fuzz test for `Script::bytes_to_asm_fmt` 2021-09-30 15:06:18 +02:00
uint128_fuzz.rs Correct input length check for uin128 fuzzer 2021-06-15 23:10:38 +00:00