Skip to content

Binary merkle tree with sparse merkle multiproofs

Notifications You must be signed in to change notification settings

quinton11/merkle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Merkle

A demo of the Binary Merkle Tree data structure used in block chains to verify the integrity and consistency of blocks/ transactions. Keccak256 hashing was used for generating unique hashes for each word.

Get Started

Preview

  • 8-word Binary merkle tree with sparse proofs (showing the minimum hashes needed to verify the integrity of the selected word)
Merkle-8-sproof.mp4
  • 8 and 4-word BMT showing a slight change in word generates a hash which fails the proof
Merkle-8-4-sp-proof.mp4

About

Binary merkle tree with sparse merkle multiproofs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages