Function snarkvm_dpc::block::merkle_tree::merkle_hash[][src]

pub fn merkle_hash(left: &[u8], right: &[u8]) -> [u8; 32]
Expand description

Calculate the Merkle tree hash by concatenating the left and right children nodes.