Skip to content

Commit 4c98d8d

Browse files
authoredJun 16, 2024··
Update README.md
1 parent 9b09f5b commit 4c98d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Within each parent leaf (folder), its list of hashes (chunks/children) are organ
3434

3535
### ***Efficient File Download and Branch Verification:***
3636

37-
If a user wants a specific file from a folder on the tree, they no longer need to download every file chunk hash in the folder. Instead, they download a Classic Merkle branch linked to the folder (parent leaf) they're downloading the file from. This process allows the user to verify that the file is part of the tree without needing to download every hash of all other files in the folder.
37+
If a user wants to download a specific file chunk within a Scionic Merkle Tree, they no longer need to download every file chunk hash in its folder. Instead, they will download a Classic Merkle branch linked to the folder (parent leaf) they're downloading the file chunk from. This process allows the user to verify that the file is part of the tree without needing to download every hash of all other files in the folder.
3838

3939
### ***Scionic Merkle Tree:***
4040
![Scionic Merkle Tree Diagram](https://i.ibb.co/XJjbwmP/Scionic-Merkle-Tree.jpg)

0 commit comments

Comments
 (0)
Please sign in to comment.