4 references to KmacStream
System.Security.Cryptography (4)
System\Security\Cryptography\Kmac128.cs (1)
383LiteHashProvider.KmacStream(HashAlgorithmNames.KMAC128, key, customizationString, source, xof: false, destination);
System\Security\Cryptography\Kmac256.cs (1)
383LiteHashProvider.KmacStream(HashAlgorithmNames.KMAC256, key, customizationString, source, xof: false, destination);
System\Security\Cryptography\KmacXof128.cs (1)
383LiteHashProvider.KmacStream(HashAlgorithmNames.KMAC128, key, customizationString, source, xof: true, destination);
System\Security\Cryptography\KmacXof256.cs (1)
383LiteHashProvider.KmacStream(HashAlgorithmNames.KMAC256, key, customizationString, source, xof: true, destination);