Trait solana_runtime::bloom::BloomHashIndex [−][src]
Generate a stable hash of self
for each hash_index
Best effort can be made for uniqueness of each hash.
Generate a stable hash of self
for each hash_index
Best effort can be made for uniqueness of each hash.
fn hash_at_index(&self, hash_index: u64) -> u64
[src]impl<T: AsRef<[u8]>> BloomHashIndex for T
[src]fn hash_at_index(&self, hash_index: u64) -> u64
[src]