/merkle-tree

Implementation of a merkle tree (lib and cli)

Primary LanguageCGNU General Public License v3.0GPL-3.0

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.