Skip to main content

Module data_structures

Module data_structures 

Source

Re-exports§

pub use crate::merklehash::passthrough_hasher::U64DirectHasher;
pub use crate::merklehash::passthrough_hasher::U64HashExtractable;
pub use crate::merklehash::passthrough_hashmap::PassThroughHashMap;

Type Aliases§

MerkleHashMap
A HashMap specialized for MerkleHash keys using passthrough hashing.
TruncatedMerkleHashMap
A HashMap specialized for u64 keys using passthrough hashing.