4 references to VerifyCurrentHash
System.Security.Cryptography (4)
System\Security\Cryptography\Kmac128.cs (1)
217return _kmacProvider.VerifyCurrentHash(hash);
System\Security\Cryptography\Kmac256.cs (1)
217return _kmacProvider.VerifyCurrentHash(hash);
System\Security\Cryptography\KmacXof128.cs (1)
217return _kmacProvider.VerifyCurrentHash(hash);
System\Security\Cryptography\KmacXof256.cs (1)
217return _kmacProvider.VerifyCurrentHash(hash);