rust-bitcoin/fuzz
Carl Dong 0f42ca69b0 Move relevant names into consensus::encode
- Move network::encodable::* to consensus::encode::*
- Rename Consensus{En,De}codable to {En,De}codable (now under
  consensus::encode)
- Move network::serialize::Error to consensus::encode::Error
- Remove Raw{En,De}coder, implement {En,De}coder for T: {Write,Read}
  instead
- Move network::serialize::Simple{En,De}coder to
  consensus::encode::{En,De}coder
- Rename util::Error::Serialize to util::Error::Encode
- Modify comments to refer to new names
- Modify files to refer to new names
- Expose {En,De}cod{able,er}, {de,}serialize, Params
- Do not return Result for serialize{,_hex} as serializing to a Vec
  should never fail
2018-09-25 21:19:35 +08:00
..
fuzz_targets Move relevant names into consensus::encode 2018-09-25 21:19:35 +08:00
hfuzz_input Update fuzz seeds 2018-09-06 16:58:37 -04:00
.gitignore Add fuzzing code 2017-06-07 09:19:25 +01:00
Cargo.toml Upgrade AFL to 0.4 with persistent mode fuzzing 2018-09-06 16:58:38 -04:00
travis-fuzz.sh hfuzz: separate _workspace and _input directories, add workspace to .gitignore 2018-04-16 21:42:09 +00:00