Download PDFOpen PDF in browser

Key-Value Commitments with Unlinkability

15 pagesPublished: August 21, 2025

Abstract

Blockchain technology enables secure transactions without requiring a centralized administrator used in various applications. Therefore, efficient verification in terms of computation and memory is desired. To reduce computational and memory costs, Agrawal et al. proposed Key-Value Commitments (KVC) with efficient data verification. KVC supports both a new pair insertions and value updates. However, their KVC outputs a key with each new pair insertion or value update, which connects transactions and leaks whether they belong to the same User. In this research, we define the feature that each transaction is independent of each other and not linked called unlinkability.
Furthermore, KVC has two other issues. One is that the proof consists of three group elements, which yield the computational cost of updating proofs. The other is that the sign of the value change is leaked during value updates.
This research constructs KVC that satisfies unlinkability by integrating Oblivious Accumulators (OblvAcc) into the KVC. The proposed method also resolves three issues. By processing update operations as insertions in our proposal, it reduces the computational cost for User by structuring proofs with only two elements, prevents sign leakage by outputting value changes as positive during updates. The key-binding security for the KVC in our proposal is reduced to the GRSA assumption under the random oracle model, and the SRSA assumption without random oracle. If the collision resistance, preimage resistance, and second preimage resistance of the hash function holds, KVC in our psoposal satisfies unlinkability.

Keyphrases: insert, key value commitments, oblivious accumulators, unlinkability, update

In: Akira Yamada, Huy Kang Kim, Yujue Wang and Tung-Tso Tsai (editors). Proceedings of the 20th Asia Joint Conference on Information Security, vol 106, pages 16-30.

BibTeX entry
@inproceedings{AsiaJCIS2025:Key_Value_Commitments_with,
  author    = {Towa Tsujimura and Atsuko Miyaji},
  title     = {Key-Value Commitments with Unlinkability},
  booktitle = {Proceedings of the 20th Asia Joint Conference on Information Security},
  editor    = {Akira Yamada and Huy Kang Kim and Yujue Wang and Tung-Tso Tsai},
  series    = {EPiC Series in Computing},
  volume    = {106},
  publisher = {EasyChair},
  bibsource = {EasyChair, https://easychair.org},
  issn      = {2398-7340},
  url       = {/publications/paper/KMNp},
  doi       = {10.29007/8ssm},
  pages     = {16-30},
  year      = {2025}}
Download PDFOpen PDF in browser