2 references to HashStream
System.Security.Cryptography (2)
System\Security\Cryptography\CryptographicOperations.cs (1)
231
return LiteHashProvider.
HashStream
(hashAlgorithm.Name, hashSizeInBytes, source);
System\Security\Cryptography\HashStatic.cs (1)
87
return LiteHashProvider.
HashStream
(THash.HashAlgorithmName, THash.HashSizeInBytes, source);