rust-bitcoin-unsafe-fast/bitcoin/fuzz/fuzz_targets
Jiri Jakes bef7c6e687 Use marker type to enforce validation of `Address`'s network
Parsing addresses from strings required a subsequent validation of
network of the parsed address. However, this validation was not
enforced by compiler, one had to remember to perform it.

This change adds a marker type to `Address` that will assist the
compiler in enforcing this validation.
2023-01-11 19:27:10 +08:00
..
deser_net_msg.rs Import bitcoin_hashes crate into hashes 2022-11-08 08:58:09 +11:00
deserialize_address.rs Use marker type to enforce validation of `Address`'s network 2023-01-11 19:27:10 +08:00
deserialize_amount.rs Import bitcoin_hashes crate into hashes 2022-11-08 08:58:09 +11:00
deserialize_block.rs Import bitcoin_hashes crate into hashes 2022-11-08 08:58:09 +11:00
deserialize_prefilled_transaction.rs Import bitcoin_hashes crate into hashes 2022-11-08 08:58:09 +11:00
deserialize_psbt.rs De/serialize Psbt without consensus traits 2022-12-21 12:01:20 -05:00
deserialize_script.rs Implemented unsized `Script` 2022-12-14 23:21:27 +01:00
deserialize_transaction.rs Import bitcoin_hashes crate into hashes 2022-11-08 08:58:09 +11:00
deserialize_witness.rs Import bitcoin_hashes crate into hashes 2022-11-08 08:58:09 +11:00
outpoint_string.rs Import bitcoin_hashes crate into hashes 2022-11-08 08:58:09 +11:00
script_bytes_to_asm_fmt.rs Implemented unsized `Script` 2022-12-14 23:21:27 +01:00