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
hfuzz_input
.gitignore
Cargo.toml
cycle.sh
travis-fuzz.sh