pub fn create_merkle_proof(hashes: &[Hash], hash: &Hash) -> Option<MerkleProof>Expand description
Creates a Merkle proof for the given hash within the set of hashes. This function returns None if the hash is not in hashes. This is a port of Monero’s tree_branch function.