Skip to content

Commit ef87ce1

Browse files
Update README.md
1 parent 318ab34 commit ef87ce1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Merkle Trees became especially famous in the context of Bitcoin's Simple Payment
44

55
In general you can use Merkle Trees to proof / validate that a specific element is available at a specific index within an array (block, ...) - without the need to load the elements themselves.
66

7+
Merkle trees are built up by hashing the neighbour element up the ladder - diagram follows :)
8+
79

810
## Usage Example
911

0 commit comments

Comments
 (0)