A commitment-generic Verkle tree implementation.
WIP
- 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.