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