Deep Dive into Merkle Tree Generator : A Guide to Build One from Scratch
Jan 15 · 8 min read · 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...
Join discussion


