4 references to Verify
System.Security.Cryptography (4)
System\Security\Cryptography\Kmac128.cs (1)
640return KmacStatic<KmacTrait>.Verify(key, source, hash, customizationString);
System\Security\Cryptography\Kmac256.cs (1)
640return KmacStatic<KmacTrait>.Verify(key, source, hash, customizationString);
System\Security\Cryptography\KmacXof128.cs (1)
640return KmacStatic<KmacTrait>.Verify(key, source, hash, customizationString);
System\Security\Cryptography\KmacXof256.cs (1)
640return KmacStatic<KmacTrait>.Verify(key, source, hash, customizationString);