ResearchTrend.AI
  • Papers
  • Communities
  • Events
  • Blog
  • Pricing
Papers
Communities
Social Events
Terms and Conditions
Pricing
Parameter LabParameter LabTwitterGitHubLinkedInBlueskyYoutube

© 2025 ResearchTrend.AI, All rights reserved.

  1. Home
  2. Papers
  3. 2503.04549
46
0

Lite-PoT: Practical Powers-of-Tau Setup Ceremony

6 March 2025
Lucien K. L. Ng
Pedro Moreno-Sanchez
Mohsen Minaei
Panagiotis Chatzigiannis
Adithya Bhat
D. Le
ArXivPDFHTML
Abstract

Zero-Knowledge Succinct Non-Interactive Argument of Knowledge (zk-SNARK) schemes have gained significant adoption in privacy-preserving applications, decentralized systems (e.g., blockchain), and verifiable computation due to their efficiency. However, the most efficient zk-SNARKs often rely on a one-time trusted setup to generate a public parameter, often known as the ``Powers of Tau" (PoT) string. The leakage of the secret parameter, τ\tauτ, in the string would allow attackers to generate false proofs, compromising the soundness of all zk-SNARK systems built on it.Prior proposals for decentralized setup ceremonies have utilized blockchain-based smart contracts to allow any party to contribute randomness to τ\tauτ while also preventing censorship of contributions. For a PoT string of ddd-degree generated by the randomness of mmm contributors, these solutions required a total of O(md)O(md)O(md) on-chain operations (i.e., in terms of both storage and cryptographic operations). These operations primarily consisted of costly group operations, particularly scalar multiplication on pairing curves, which discouraged participation and limited the impact of decentralizationIn this work, we present Lite-PoT, which includes two key protocols designed to reduce participation costs: \emph{(i)} a fraud-proof protocol to reduce the number of expensive on-chain cryptographic group operations to O(1)O(1)O(1) per contributor. Our experimental results show that (with one transaction per update) our protocol enables decentralized ceremonies for PoT strings up to a 2152^{15}215 degree, an ≈16x\approx 16x≈16x improvement over existing on-chain solutions; \emph{(ii)} a proof aggregation technique that batches mmm randomness contributions into one on-chain update with only O(d)O(d)O(d) on-chain operations, independent of mmm. This significantly reduces the monetary cost of on-chain updates by mmm-fold via amortization.

View on arXiv
@article{ng2025_2503.04549,
  title={ Lite-PoT: Practical Powers-of-Tau Setup Ceremony },
  author={ Lucien K. L. Ng and Pedro Moreno-Sanchez and Mohsen Minaei and Panagiotis Chatzigiannis and Adithya Bhat and Duc V. Le },
  journal={arXiv preprint arXiv:2503.04549},
  year={ 2025 }
}
Comments on this paper