5 references to CreateKmac
System.Security.Cryptography (5)
System\Security\Cryptography\ConcurrentSafeKmac.cs (1)
15_liteKmac = LiteHashProvider.CreateKmac(algorithmId, key, customizationString, xof);
System\Security\Cryptography\LiteHashProvider.Xof.cs (4)
37LiteKmac hash = CreateKmac(hashAlgorithmId, key, customizationString, xof); 51LiteKmac hash = CreateKmac(hashAlgorithmId, key, customizationString, xof); 101LiteKmac hash = CreateKmac(hashAlgorithmId, key, customizationString, xof); 119LiteKmac hash = CreateKmac(hashAlgorithmId, key, customizationString, xof);