Function ic_certification::hash_tree::fork

source ยท
pub fn fork<Storage: AsRef<[u8]>>(
    left: HashTree<Storage>,
    right: HashTree<Storage>,
) -> HashTree<Storage>
Expand description

Create a forked tree from two trees or node.