4 references to ConcurrentSafeKmac
System.Security.Cryptography (4)
System\Security\Cryptography\Kmac128.cs (1)
56_kmacProvider = new ConcurrentSafeKmac(HashAlgorithmNames.KMAC128, key, customizationString, xof: false);
System\Security\Cryptography\Kmac256.cs (1)
56_kmacProvider = new ConcurrentSafeKmac(HashAlgorithmNames.KMAC256, key, customizationString, xof: false);
System\Security\Cryptography\KmacXof128.cs (1)
56_kmacProvider = new ConcurrentSafeKmac(HashAlgorithmNames.KMAC128, key, customizationString, xof: true);
System\Security\Cryptography\KmacXof256.cs (1)
56_kmacProvider = new ConcurrentSafeKmac(HashAlgorithmNames.KMAC256, key, customizationString, xof: true);