Categorygithub.com/fyfey/go-merkle
repository
0.0.0-20250127233908-dff52654cdba
Repository: https://github.com/fyfey/go-merkle.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Go Merkle Tree

This is a simple implementation of a Merkle Tree in Go.

There's a simple server/client transfer protocol that allows the client to request a file from the server and verify the integrity of the file using the Merkle Tree.

Run Server

go run ./cmd/server/... -c 64 -f arrival_in_nara.txt

Run Client

go run ./cmd/client/... --workers 10