Ejemplo n.º 1
0
 public bool ValidateProof(Proof proof, byte[] hash)
 {
     return(proof.Validate(hash, MerkleRootHash, _hashAlgorithm));
 }