Function ruc::crypto::trie::trie_root

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