yoones / merkle-tree

Implementation of a merkle tree (lib and cli)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Merkle tree

merkle-tree (libmerkle-tree.so) is a C library that provides a merkle tree implementation.

It also comes with a so far limited command-line interface.

It uses btarr (https://github.com/yoones/btarr) for memory-consumption efficiency, and openssl for the SHA1 part.

About

Implementation of a merkle tree (lib and cli)

License:GNU General Public License v3.0


Languages

Language:C 89.5%Language:Makefile 10.5%