Add some fuzz targets.
authorMatt Corallo <git@bluematt.me>
Mon, 19 Mar 2018 21:45:58 +0000 (17:45 -0400)
committerMatt Corallo <git@bluematt.me>
Fri, 23 Mar 2018 17:16:24 +0000 (13:16 -0400)
commit1d2774dd645914fb7a8fa467b098ae347c40242c
treeb42a5ef46fa9368ecb17e5361a09d2319200e1ea
parent02b92f5d5c3340a2eeff9a6699a00d5ec3cad2e4
Add some fuzz targets.

Sadly none of them are really any good without some hand-holding to
generate good input data, and unless sha256 gets stubbed out I'm
not sure they're gonna get good without a symbolic execution fuzzer
Cargo.toml
fuzz/Cargo.toml [new file with mode: 0644]
fuzz/fuzz_targets/channel_target.rs [new file with mode: 0644]
fuzz/fuzz_targets/full_stack_target.rs [new file with mode: 0644]
fuzz/fuzz_targets/peer_crypt_target.rs [new file with mode: 0644]