Skip to content

YSU-Data-Lab/master-project-23s-Avinash-Kukreja-Merkle-Filter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Merkle-Filter

We create an experiment where we add a bloom filter type data structure in the block of a blockchain to improve verification process.

Programming Language used: Rust

Dependencies required:

  • hex = "0.3.2"
  • crypto-hash = "0.3.3"
  • rust-crypto = "0.2"
  • rustc-serialize = "0.3"
  • bloom = "0.3.2"
  • bloomfilter = "1.0.9"
  • merkletree= "0.22.1"
  • sha2 = "0.10.6"
  • merkle-cbt = "0.3.2"

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%