https://github.com/baudev/merkle-tree
School project concerning merkle trees (developed in a few hours) https://baudev.github.io/merkle-tree/
https://github.com/baudev/merkle-tree
java merkle-tree
Last synced: 7 months ago
JSON representation
School project concerning merkle trees (developed in a few hours) https://baudev.github.io/merkle-tree/
- Host: GitHub
- URL: https://github.com/baudev/merkle-tree
- Owner: baudev
- License: mit
- Created: 2020-12-14T14:01:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-14T14:18:25.000Z (over 5 years ago)
- Last Synced: 2025-01-10T04:20:06.518Z (over 1 year ago)
- Topics: java, merkle-tree
- Language: Java
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Merkle Trees for Distributed Audit Logs

This repository answer to the [subject proposed by Karthikeyan Bhargavan](http://pauillac.inria.fr/~fpottier/X/INF441/projets/merkle/merkle.pdf).
It is a project completed in a few hours and therefore contains imperfections.
The documentation of this project can be found here: https://baudev.github.io/merkle-tree/
The entire logic of the code is tested with Junit in the `tests/` folder.