pub fn branch_hash( root: &Hash, branch_nodes: &Proof, index: usize, ) -> Result<Hash, Error>
Verify a merkle branch, yielding the chunk hash meant to be present at that index.