brandondahler / Data.HashFunction

C# library to create a common interface to non-cryptographic hash functions.
MIT License
255 stars 42 forks source link

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

Closed brandondahler closed 5 years ago

brandondahler commented 6 years ago

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

Remaining tasks

brandondahler commented 5 years ago

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