richardschneider/net-ipfs-core

Hashing a stream

Closed this issue · 0 comments

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.

  • Write tests to verify all hash algorithm implement ComputeHash(Stream)