This provides a way to create a CID without having to read all data into memory before passing it into Sum. Instead, call SumStream passing in an io.Reader.
10 lines
215 B
Modula-2
10 lines
215 B
Modula-2
module github.com/ipfs/go-cid
|
|
|
|
require (
|
|
github.com/multiformats/go-multibase v0.0.3
|
|
github.com/multiformats/go-multihash v0.0.16-0.20210406191223-75ae3688857d
|
|
github.com/multiformats/go-varint v0.0.6
|
|
)
|
|
|
|
go 1.15
|