multiformats / go-multihash

Multihash implementation in Go
MIT License
239 stars 57 forks source link

New SumStream function reads from io.Reader #138

Closed gammazero closed 3 years ago

gammazero commented 3 years ago

This provides a way to read from a stream instead of having to load a potentially large file into memory first.

Addresses issue #15

warpfork commented 3 years ago

Thanks for adding this! It really connects the dots well.