Function ruc::crypto::trie::trie_root

source ·
pub fn trie_root<I, A, B>(data: I) -> KeccakHash
where I: IntoIterator<Item = (A, B)>, A: AsRef<[u8]> + Ord + Debug, B: AsRef<[u8]> + Debug,