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

https://github.com/rogercoll/merkletree

Data Protection 4.3 assignment
https://github.com/rogercoll/merkletree

Last synced: about 1 month ago
JSON representation

Data Protection 4.3 assignment

Awesome Lists containing this project

README

        

# Merkle hash tree

Merkle hash tree implementation from scratch

## How to run it?

**IMPORTANT:** Go programming language must be installed

The main.go uses the implemented merkle tree library to get the results asked in Data Protection subject.

```
git clone [email protected]:rogercoll/merkletree.git
go run cmd/main.go
```

## Screenshot of the execution

The membership proofs are performed with log(n) time.

![alt text](https://github.com/rogercoll/merkletree/blob/main/img/screenshot.png?raw=true)