Skip to content

Commit 9b09f5b

Browse files
authored
Update README.md
1 parent e39e375 commit 9b09f5b

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
@@ -30,7 +30,7 @@ Like Merkle DAGs, Scionic Merkle Trees can accommodate storing folders of files.
3030

3131
### ***Chunked Parent Leaves:***
3232

33-
Within each parent leaf (folder), its list of hashes (chunks/children) are organized as a Classic Merkle Tree rather than a potentially large plaintext list of hashes. Large files or folders lead to many chunks, which can eventually lead to an extremely large lists of hashes. By ensuring the parent leaf is chunked with a Classic Merkle Tree, this scaling problem that emerges from large files can be avoided.
33+
Within each parent leaf (folder), its list of hashes (chunks/children) are organized as a Classic Merkle Tree rather than a potentially large plaintext list of hashes. Large files or folders lead to many chunks, which can eventually lead to an extremely large lists of hashes. By ensuring the parent leaf is chunked with a Classic Merkle Tree, this scaling problem emerging from large amounts of data can be avoided.
3434

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

0 commit comments

Comments
 (0)