rust-bitcoin-unsafe-fast/fuzz/fuzz_targets
Riccardo Casatta 7d6687451a use BTreeMap instead of HashMap to always serialize the same (#310)
* use BTreeMap instead of HashMap to always serialize the same

* fix rust 1.22 error

* psbt fuzz roundtrip

* psbt fuzz roundtrip on our ser
2019-08-09 17:03:12 +02:00
..
deser_net_msg.rs Rename deserialize_raw_network_message to make my afl scripts happy 2019-06-05 07:49:19 -04:00
deserialize_address.rs Upgrade AFL to 0.4 with persistent mode fuzzing 2018-09-06 16:58:38 -04:00
deserialize_amount.rs Add fuzz target for Amount parsing 2019-06-04 12:54:12 +01:00
deserialize_block.rs Move relevant names into consensus::encode 2018-09-25 21:19:35 +08:00
deserialize_psbt.rs use BTreeMap instead of HashMap to always serialize the same (#310) 2019-08-09 17:03:12 +02:00
deserialize_script.rs Move relevant names into consensus::encode 2018-09-25 21:19:35 +08:00
deserialize_transaction.rs make `VarInt::len` and `Transaction::get_weight` return a usize 2019-07-11 17:14:05 +00:00
outpoint_string.rs add fuzzer for transaction::OutPoint 2018-10-18 23:14:23 +00:00