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