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)
37
LiteKmac hash =
CreateKmac
(hashAlgorithmId, key, customizationString, xof);
51
LiteKmac hash =
CreateKmac
(hashAlgorithmId, key, customizationString, xof);
101
LiteKmac hash =
CreateKmac
(hashAlgorithmId, key, customizationString, xof);
119
LiteKmac hash =
CreateKmac
(hashAlgorithmId, key, customizationString, xof);