bitcoin-bloom 0.1.16-alpha.0

bloom filter is a probabilistic filter which SPV clients provide so we can filter the transactions we send them -- this allows for significantly more efficient transaction and block downloads
Documentation
1
2
3
4
5
6
#[macro_use] mod imports; use imports::*;

x!{common}
x!{bloom}
x!{rolling}
x!{flags}