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