Deep Dive into Merkle Tree Generator : A Guide to Build One from Scratch
Merkle Trees : Intro
Merkle Tree is a type of binary tree where every leaf is a cryptographic hash of the data that we provide and every inner node is the hash of two previous child nodes paired together.
Below diagram will give you a better understa...
monisazeem.hashnode.dev8 min read