Trait solana_bloom::bloom::BloomHashIndex
source · [−]pub trait BloomHashIndex {
fn hash_at_index(&self, hash_index: u64) -> u64;
}
Expand description
Generate a stable hash of self
for each hash_index
Best effort can be made for uniqueness of each hash.