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

https://github.com/pabloreszczynski/merkle-tree

A Merkle Tree implementation in Racket
https://github.com/pabloreszczynski/merkle-tree

data-structures functional racket

Last synced: 30 days ago
JSON representation

A Merkle Tree implementation in Racket

Awesome Lists containing this project

README

        

# merkle-tree
## A Merkle Tree implementation in Racket

[![CircleCI](https://circleci.com/gh/PabloReszczynski/merkle-tree.svg?style=shield)](https://circleci.com/gh/PabloReszczynski/merkle-tree)

Currently in WIP