1//! MPT hash builder implementation. 2 3mod state; 4pub use state::HashBuilderState; 5 6pub use alloy_trie::hash_builder::*;