pub fn merkle_hash(depth: usize, lhs: &[u8; 32], rhs: &[u8; 32]) -> [u8; 32]
Expand description

Compute a parent node in the Sapling commitment tree given its two children.