rust-bitcoin-unsafe-fast/fuzz/fuzz_targets
Tobin C. Harding b84e1d46c0 Move amount module out of util
Done as part of flattening the `util` module. Simply move the `amount`
module out of the `util` module and to the crate root. Justified by the
fact that the `Amount` type is more-or-less a "primitive" bitcoin type.
2022-10-21 10:16:49 +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 Move amount module out of util 2022-10-21 10:16:49 +11: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