Skip to content

Commit b3ab901

Browse files
Update README.md
1 parent 6f7e9c4 commit b3ab901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Merkle Trees became especially famous in the context of Bitcoin's Simple Payment Verification - see chapter 8 in the [Bitcoin Whitepaper](https://bitcoin.org/bitcoin.pdf).
44

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

77

88
## Usage Example

0 commit comments

Comments
 (0)