4 implementations of IsXof
System.Security.Cryptography (4)
System\Security\Cryptography\Kmac128.cs (1)
26static bool IKmacStatic.IsXof => false;
System\Security\Cryptography\Kmac256.cs (1)
26static bool IKmacStatic.IsXof => false;
System\Security\Cryptography\KmacXof128.cs (1)
26static bool IKmacStatic.IsXof => true;
System\Security\Cryptography\KmacXof256.cs (1)
26static bool IKmacStatic.IsXof => true;
3 references to IsXof
System.Security.Cryptography (3)
System\Security\Cryptography\KmacStatic.cs (3)
46TKmac.IsXof); 86TKmac.IsXof, 132TKmac.IsXof,