Table of Contents
Fetching ...

Vector Commitments with Efficient Updates

Ertem Nusret Tas, Dan Boneh

TL;DR

This work addresses dynamic vector commitments that support local updates of opening proofs by introducing sublinear-update VCs parameterized by ν ∈ (0,1). The authors construct two families—homomorphic trees and homomorphic Merkle trees—that achieve update-information size |U| = Θ(k^ν λ) and proof-update time Θ(k^{1−ν}) for updating k elements, and prove an information-theoretic lower bound showing asymptotic optimality. They provide concrete evaluations demonstrating practical improvements (e.g., ν = 1/2 yields roughly half the update size and faster updates compared to Verkle, albeit with trade-offs in public parameters and quantum security considerations) and extend the framework to post-quantum secure constructions without trusted setups. Applications include stateless Ethereum clients and databases with frequent membership changes, where sublinear-update VCs reduce communication overhead while maintaining succinct proofs. The work thus advances the design space for dynamic VCs by balancing global update information and per-user computation, with implications for scalable, verifiable data systems under both classical and post-quantum threat models.

Abstract

Dynamic vector commitments that enable local updates of opening proofs have applications ranging from verifiable databases with membership changes to stateless clients on blockchains. In these applications, each user maintains a relevant subset of the committed messages and the corresponding opening proofs with the goal of ensuring a succinct global state. When the messages are updated, users are given some global update information and update their opening proofs to match the new vector commitment. We investigate the relation between the size of the update information and the runtime complexity needed to update an individual opening proof. Existing vector commitment schemes require that either the information size or the runtime scale linearly in the number $k$ of updated state elements. We construct a vector commitment scheme that asymptotically achieves both length and runtime that is sublinear in $k$, namely $k^ν$ and $k^{1-ν}$ for any $ν\in (0,1)$. We prove an information-theoretic lower bound on the relation between the update information size and runtime complexity that shows the asymptotic optimality of our scheme. For $ν= 1/2$, our constructions outperform Verkle commitments by about a factor of $2$ in terms of both the update information size and runtime, but makes use of larger public parameters.

Vector Commitments with Efficient Updates

TL;DR

This work addresses dynamic vector commitments that support local updates of opening proofs by introducing sublinear-update VCs parameterized by ν ∈ (0,1). The authors construct two families—homomorphic trees and homomorphic Merkle trees—that achieve update-information size |U| = Θ(k^ν λ) and proof-update time Θ(k^{1−ν}) for updating k elements, and prove an information-theoretic lower bound showing asymptotic optimality. They provide concrete evaluations demonstrating practical improvements (e.g., ν = 1/2 yields roughly half the update size and faster updates compared to Verkle, albeit with trade-offs in public parameters and quantum security considerations) and extend the framework to post-quantum secure constructions without trusted setups. Applications include stateless Ethereum clients and databases with frequent membership changes, where sublinear-update VCs reduce communication overhead while maintaining succinct proofs. The work thus advances the design space for dynamic VCs by balancing global update information and per-user computation, with implications for scalable, verifiable data systems under both classical and post-quantum threat models.

Abstract

Dynamic vector commitments that enable local updates of opening proofs have applications ranging from verifiable databases with membership changes to stateless clients on blockchains. In these applications, each user maintains a relevant subset of the committed messages and the corresponding opening proofs with the goal of ensuring a succinct global state. When the messages are updated, users are given some global update information and update their opening proofs to match the new vector commitment. We investigate the relation between the size of the update information and the runtime complexity needed to update an individual opening proof. Existing vector commitment schemes require that either the information size or the runtime scale linearly in the number of updated state elements. We construct a vector commitment scheme that asymptotically achieves both length and runtime that is sublinear in , namely and for any . We prove an information-theoretic lower bound on the relation between the update information size and runtime complexity that shows the asymptotic optimality of our scheme. For , our constructions outperform Verkle commitments by about a factor of in terms of both the update information size and runtime, but makes use of larger public parameters.
Paper Structure (52 sections, 7 theorems, 7 equations, 1 figure, 4 tables, 7 algorithms)

This paper contains 52 sections, 7 theorems, 7 equations, 1 figure, 4 tables, 7 algorithms.

Key Result

theorem 1

Complexity of the update information size and the runtime of proof updates are as follows: $g_1(k) = k^\nu$ and $g_2(k) = k^{1-\nu}$.

Figures (1)

  • Figure 1: Homomorphic tree example for $p = 0$. The new values of the inner nodes with solid blue color are published as part of the updated information.

Theorems & Definitions (19)

  • definition 1: from cf13
  • definition 2: Definition 4 of cf13
  • theorem 1
  • proof
  • theorem 2
  • proof
  • definition 3
  • theorem 3
  • lemma 1
  • proof
  • ...and 9 more