rust-bitcoin-unsafe-fast/bitcoin/fuzz
Jiri Jakes bef7c6e687 Use marker type to enforce validation of `Address`'s network
Parsing addresses from strings required a subsequent validation of
network of the parsed address. However, this validation was not
enforced by compiler, one had to remember to perform it.

This change adds a marker type to `Address` that will assist the
compiler in enforcing this validation.
2023-01-11 19:27:10 +08:00
..
fuzz_targets Use marker type to enforce validation of `Address`'s network 2023-01-11 19:27:10 +08:00
hfuzz_input Import bitcoin_hashes crate into hashes 2022-11-08 08:58:09 +11:00
.gitignore Import bitcoin_hashes crate into hashes 2022-11-08 08:58:09 +11:00
Cargo.toml Patch hashes and update the code 2022-12-18 14:33:55 +01:00
cycle.sh Import bitcoin_hashes crate into hashes 2022-11-08 08:58:09 +11:00
travis-fuzz.sh Import bitcoin_hashes crate into hashes 2022-11-08 08:58:09 +11:00