Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

[WIP] inputStream/outptStream on ComputeHash{,Async} #40

Closed
wants to merge 2 commits into from

Conversation

brandondahler
Copy link
Owner

Should resolve #37 by providing a way to process the data while also copying from inputStream to outputStream.

Remaining tasks

  • Update tests to provide coverage.

@brandondahler brandondahler added this to the 2.1 milestone Jul 19, 2018
@@ -20,6 +20,7 @@
<RepositoryUrl>https://github.com/brandondahler/Data.HashFunction/</RepositoryUrl>
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<Version>2.1.0</Version>
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should have updated VersionPrefix instead of adding Version.

@@ -94,5 +94,36 @@ public IHashValue ComputeHash(Stream data, CancellationToken cancellationToken)
HashSizeInBits);
}
}

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will need to bump assembly version because of this.

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@brandondahler
Copy link
Owner Author

Cancelling this change in favor of different direction. See issue #37 for details.

@brandondahler brandondahler removed this from the 2.1 milestone Aug 31, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for stream block processing
1 participant