Skip to content

a client that uploads a file to a server and constructs a merkle tree out of the content of the files. before uploading the files, it generates a merkle proof for to be checked later.

Notifications You must be signed in to change notification settings

mustafademiray/mrkle_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Merkle Tree/Proof Client

a client that uploads a file to a server, constructs a Merkle Tree out of the content of the files, and removes the files from the local folder. before uploading the files, it generates a Merkle Proof to check the completeness of the file later.

it uses sha256 as a hashing algorithm and customized structs for the Merkle Tree construction.

About

a client that uploads a file to a server and constructs a merkle tree out of the content of the files. before uploading the files, it generates a merkle proof for to be checked later.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages