Implements a bloom filter for probabilistic filtering in Bitcoin SPV clients to enable efficient transaction and block downloads.
# Cargo.toml
[dependencies]
bitcoin-bloom = "0.1.16-alpha.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a new bloom filter with given capacity and false positive rate.
Check the documentation for breaking changes before upgrading.
No dependency data recorded yet.