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