small fix

This commit is contained in:
hzrd149 2024-11-11 11:57:08 +00:00
parent a23d784673
commit 8fc2e3dc31
1 changed files with 1 additions and 1 deletions

View File

@ -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