Update 'README.md'
This commit is contained in:
parent
a52c6be641
commit
002399938a
|
@ -27,6 +27,8 @@ The manifest file would do several important things:
|
||||||
* probably encoded with multihash to indicate algo + hash
|
* probably encoded with multihash to indicate algo + hash
|
||||||
* sha256 at the minimum
|
* sha256 at the minimum
|
||||||
* would be nice to include an IPFS/IPLD CIDv1 root hash for each file, which likely involves doing an ipfs file object chunking
|
* would be nice to include an IPFS/IPLD CIDv1 root hash for each file, which likely involves doing an ipfs file object chunking
|
||||||
|
* maybe even including the complete IPFS/IPLD directory tree objects and chunklists?
|
||||||
|
* this is because generating an `index.mf` does not imply publishing on ipfs at that time
|
||||||
* maybe a bittorrent chunklist for torrent client compatibility? perhaps a top-level infohash for the whole manifest?
|
* maybe a bittorrent chunklist for torrent client compatibility? perhaps a top-level infohash for the whole manifest?
|
||||||
|
|
||||||
# Design Goals
|
# Design Goals
|
||||||
|
|
Loading…
Reference in New Issue