Skip to content

fabrizio-m/verkle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A commitment-generic Verkle tree implementation.
WIP

Features

  • Generic over key, value, field and commitment scheme.
  • Configurable tree width and depth.
  • Insert about constant to the width and linear to the depth.
  • Prove/open.
  • Verify.
  • Optimized verifier.
  • Efficient batch proofs.
  • Provide a default simplified version.
  • Serialization.
  • Benchmarks.
  • More tests.
  • More documentation.
  • Generic over hash function.

About

A generic Verkle tree

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages