Skip to content

merkle-tree

Compare
Choose a tag to compare
@gnahraf gnahraf released this 27 Dec 20:14
· 46 commits to master since this release

This is the first release of a small, efficient, flexible Merkle tree implementation (in source code only) and Merkle proofs.

Features:

  • Scalable tree node navigation (without an abundance of pointers)
  • Configurable hashing algorithm
  • Proof of existence class. A cryptographic path from a leaf to the root of the tree.

I think the methods here might be useful in other languages too.

Tho I plan to use this in production, I don't recommend you put it to use there yet; but I have if you're a dev developing a tool that works with such trees, this might fit the bill.

Cheers,

Babak Farhang