From 8fc2e3dc315149995cae7b09f2d354fdc4c4ed0b Mon Sep 17 00:00:00 2001 From: hzrd149 Date: Mon, 11 Nov 2024 11:57:08 +0000 Subject: [PATCH] small fix --- buds/10.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buds/10.md b/buds/10.md index 7228978..2257abe 100644 --- a/buds/10.md +++ b/buds/10.md @@ -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