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
- Host: GitHub
- URL: https://github.com/pabloreszczynski/merkle-tree
- Owner: PabloReszczynski
- License: other
- Created: 2020-08-23T20:25:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-23T21:36:11.000Z (over 4 years ago)
- Last Synced: 2025-02-12T14:57:43.244Z (3 months ago)
- Topics: data-structures, functional, racket
- Language: Racket
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# merkle-tree
## A Merkle Tree implementation in Racket[](https://circleci.com/gh/PabloReszczynski/merkle-tree)
Currently in WIP