Skip to content

fyfey/go-merkle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Merkle Tree

CI Status Go Report Card Go Reference License Coverage Report

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •