mirror of https://github.com/hzrd149/blossom.git
small fix
This commit is contained in:
parent
a23d784673
commit
8fc2e3dc31
|
@ -10,7 +10,7 @@ Breaking large blobs into smaller chunks for distribution
|
|||
|
||||
The client MAY break large blobs into any number or size of chunks. although its recommended to use the size `1Mb` or `4Mb` for small and large chunks
|
||||
|
||||
Clients SHOULD not pad the remaining chunk, If clients need privacy they should use random chunk sizes and optionally encrypt the large blob
|
||||
Clients MUST NOT pad the remaining chunk, If clients need privacy they should use random chunk sizes and optionally encrypt the large blob
|
||||
|
||||
Clients MUST create a merkle tree using the chunk hashes as the leaf nodes
|
||||
|
||||
|
|
Loading…
Reference in New Issue