Skip to content

Commit

Permalink
cleanup hash based ds
Browse files Browse the repository at this point in the history
  • Loading branch information
coax1d committed Dec 14, 2023
1 parent 1bc5182 commit bd56ae9
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions content/cryptography/hash-based-data-structures/slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,15 @@ Each block has the hash of the previous one.

A binary Merkle tree is a binary tree using hashes to connect nodes.

Notes:

Ralph Merkle is a Berkeley alum!

---

## Proofs

- The root or head hash is a commitment to the entire data structure.
- Generate a proof by expanding some but not all hashes.

_Crucial for the trustless nature of decentralised cryptographic data systems!_
<ul>
<li class="fragment">The root or head hash is a commitment to the entire data structure.</li>
<li class="fragment">Generate a proof by expanding some but not all hashes.</li>
<li class="fragment"><i>Crucial for the trustless nature of decentralised cryptographic data systems!</i></li>
</ul>

---

Expand Down

0 comments on commit bd56ae9

Please sign in to comment.