pub fn selector_may_match(hashes: &AncestorHashes, bf: &BloomFilter) -> boolExpand description
Given the ancestor hashes from a selector, see if the current element, represented by the bloom filter, has a chance of matching at all.
pub fn selector_may_match(hashes: &AncestorHashes, bf: &BloomFilter) -> boolGiven the ancestor hashes from a selector, see if the current element, represented by the bloom filter, has a chance of matching at all.