Skip to content

kirillt/merkle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Merkle tree

This is an implementation of algorithmic structure called "Merkle tree".

In various forms it lies at the core of blockchains, some torrent extensions and distributed databases like Cassandra.
Hashing sets of blocks with Merkle tree allows to verify blocks received from a perr more efficiently (using Merkle proof).

Where to start?

Glance at the torrent-like scenario at src/lib.rs:126
The algorithms itself implemented in src/merkle.rs

About

Merkle tree and a torrent-like example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages