rust-bitcoin-unsafe-fast/fuzz/fuzz_targets
Tobin C. Harding facd8ba556 Move bip152 module to crate root
We are attempting to flatten the `util` module; move the `bip152` module
to the crate root out of `util`.

Currently `src/util/` is ignored by the formatter so this move causes
the `bip152` module to be formatted.
2022-10-19 06:40:33 +11: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_prefilled_transaction.rs Move bip152 module to crate root 2022-10-19 06:40:33 +11: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 Remove code deprecated in v0.28.0 2022-09-15 13:29:02 +10: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