rust-lightning/fuzz/fuzz_targets
Matt Corallo 09583f3116 Fix PaymentReceived/sha256 handling in full_stack_target
Sha256 in fuzztarget was updated some time ago to use XOR instead
of the first byte of a real SHA256 run and somehow received and
sent payments got crossed in full_stack_target.
2018-08-16 22:37:44 -04:00
..
msg_targets use hex::decode instead of extend_vec_from_hex 2018-07-28 10:09:29 -07:00
utils Logging interface 2018-08-17 00:01:15 +00:00
chanmon_deser_target.rs use hex::decode instead of extend_vec_from_hex 2018-07-28 10:09:29 -07:00
channel_target.rs Logging interface 2018-08-17 00:01:15 +00:00
full_stack_target.rs Fix PaymentReceived/sha256 handling in full_stack_target 2018-08-16 22:37:44 -04:00
msg_ping_target.rs use hex::decode instead of extend_vec_from_hex 2018-07-28 10:09:29 -07:00
msg_pong_target.rs use hex::decode instead of extend_vec_from_hex 2018-07-28 10:09:29 -07:00
peer_crypt_target.rs use hex::decode instead of extend_vec_from_hex 2018-07-28 10:09:29 -07:00
router_target.rs Fix fee_base_msat overflowing entire fee range in RouteHint 2018-08-16 20:51:50 -04:00