calc_root

Function calc_root 

Source
pub fn calc_root<I, A, B>(data: I) -> <KeccakHasher as Hasher>::Out
where I: IntoIterator<Item = (A, B)>, A: AsRef<[u8]> + Ord + Debug, B: AsRef<[u8]> + Debug,
Expand description

Trie builder root calculation utility.