Skip to content

quake/dca-bench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dynamic Cryptographic Accumulator Benchmarking

This repository benchmarks the performance of the different cryptographic accumulators implementations:

  • Merkle mountain range
  • Sparse merkle tree

How to run

cargo run --release -- mmr /tmp/mmr 0 100000
cargo run --release -- smt /tmp/smt 0 100000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages