4 implementations of HashAlgorithmName
System.Security.Cryptography (4)
System\Security\Cryptography\Kmac128.cs (1)
24static string IKmacStatic.HashAlgorithmName => HashAlgorithmNames.KMAC128;
System\Security\Cryptography\Kmac256.cs (1)
24static string IKmacStatic.HashAlgorithmName => HashAlgorithmNames.KMAC256;
System\Security\Cryptography\KmacXof128.cs (1)
24static string IKmacStatic.HashAlgorithmName => HashAlgorithmNames.KMAC128;
System\Security\Cryptography\KmacXof256.cs (1)
24static string IKmacStatic.HashAlgorithmName => HashAlgorithmNames.KMAC256;
3 references to HashAlgorithmName
System.Security.Cryptography (3)
System\Security\Cryptography\KmacStatic.cs (3)
41TKmac.HashAlgorithmName, 82TKmac.HashAlgorithmName, 129TKmac.HashAlgorithmName,