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
- Host: GitHub
- URL: https://github.com/rogercoll/merkletree
- Owner: rogercoll
- Created: 2020-10-17T09:12:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-17T16:16:46.000Z (over 4 years ago)
- Last Synced: 2025-03-20T14:52:49.410Z (about 1 month ago)
- Language: Go
- Size: 1.19 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
