pub fn trie_root<I, A, B>(input: I) -> B256where I: IntoIterator<Item = (A, B)>, A: AsRef<[u8]>, B: AsRef<[u8]>,