pub fn generate_merkle_tree(leaves: &Vec<[u8; 32]>) -> MerkleTree<Sha256>
Generate a merkle tree by providing the leaves as hashed strings