fabrizio-m / verkle

A generic Verkle tree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Rust 100.0%