7 references to HashAlgorithmId
System.Security.Cryptography (7)
System\Security\Cryptography\Shake256.cs (7)
37_hashProvider = LiteHashProvider.CreateXof(HashAlgorithmId); 51public static bool IsSupported { get; } = HashProviderDispenser.HashSupported(HashAlgorithmId); 363return LiteHashProvider.XofStream(HashAlgorithmId, outputLength, source); 391LiteHashProvider.XofStream(HashAlgorithmId, source, destination); 427return LiteHashProvider.XofStreamAsync(HashAlgorithmId, source, destination, cancellationToken); 469return LiteHashProvider.XofStreamAsync(HashAlgorithmId, outputLength, source, cancellationToken); 474HashProviderDispenser.OneShotHashProvider.HashDataXof(HashAlgorithmId, source, destination);