rust-bitcoin-unsafe-fast/bitcoin/fuzz/fuzz_targets
Martin Habovstiak 8e428562cb Implemented unsized `Script`
This renames `Script` to `ScriptBuf` and adds unsized `Script` modeled
after `PathBuf`/`Path`. The change cleans up the API a bit, especially
all functions that previously accepted `&Script` now accept truly
borrowed version. Some functions that perviously accepted `&[u8]` can
now accept `&Script` because constructing it is no loger costly.
2022-12-14 23:21:27 +01:00
..
deser_net_msg.rs Import bitcoin_hashes crate into hashes 2022-11-08 08:58:09 +11:00
deserialize_address.rs Import bitcoin_hashes crate into hashes 2022-11-08 08:58:09 +11: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 Merge rust-bitcoin/rust-bitcoin#1284: Import bitcoin hashes 2022-11-18 18:32:41 +00: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