[][src]Function sparse_merkle_tree::merge::merge

pub fn merge<H: Hasher + Default>(lhs: &H256, rhs: &H256) -> H256

Merge two hash this function optimized for ZERO_HASH if one of lhs or rhs is ZERO_HASH, this function just return another one