An open API service indexing awesome lists of open source software.

https://github.com/halosghost/mt

a little toy for playing with Merkle Trees
https://github.com/halosghost/mt

Last synced: over 1 year ago
JSON representation

a little toy for playing with Merkle Trees

Awesome Lists containing this project

README

          

# mt

A Merkle Tree toy using monocypher.
This little bag of tools is sufficient to construct Merkle Roots, and verify Merkle Proofs.

**NOTE**: This is *not* production-grade software, and I am not a cryptographer, implementing crypto nearly from-scratch.
It takes multiple short-cuts and doesn't exhaustively handle error cases.
You should *not* use this for anything serious.

Use this only as a means of learning and education!

Cf. [my rationale](doc/mt-rationale.7.scd), and the [basic usage](doc/mt.1.scd).