Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 403 Bytes

File metadata and controls

16 lines (13 loc) · 403 Bytes

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"