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
- Host: GitHub
- URL: https://github.com/halosghost/mt
- Owner: HalosGhost
- License: agpl-3.0
- Created: 2024-05-28T04:09:14.000Z (about 2 years ago)
- Default Branch: trunk
- Last Pushed: 2024-09-03T01:31:08.000Z (almost 2 years ago)
- Last Synced: 2025-02-01T18:43:10.906Z (over 1 year ago)
- Language: C
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).