Closed richardschneider closed 5 years ago
As a developer I want to compute the hash of a stream So that I do not need to load all the data into memory
This should be possible in the current environment because hashing uses a HashAlgorithm that has a ComputeHash(Stream) method.
HashAlgorithm
ComputeHash(Stream)
As a developer I want to compute the hash of a stream So that I do not need to load all the data into memory
This should be possible in the current environment because hashing uses a
HashAlgorithm
that has aComputeHash(Stream)
method.ComputeHash(Stream)