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

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/

Awesome Lists containing this project

README

          

# Merkle Trees for Distributed Audit Logs

![image](https://user-images.githubusercontent.com/29781702/102090229-8027d580-3e1d-11eb-9c9c-fc8236624e73.png)

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.