Merkle Tree - Introduction
  • Introduction
  • Merkle Tree - Theory
  • Understanding Hashing
  • Why we need Hashing?
Merkle Tree - Coding
  • Source Files
  • Implementing Merkle Tree
  • sha256 hashing
  • Updating hashes recursively
  • Debugging updateChildrenHashes and setContent
Merkle Tree In Real World
  • Git A General Intro
  • How does Merkle Tree solves Git problem?
  • Merkle Tree In Git
  • Implementing status and printTree
  • Testing our small Git
  • Final Thoughts