English

ChipmunkRing: A Practical Post-Quantum Ring Signature Scheme for Blockchain Applications

Cryptography and Security 2025-10-14 v1

Abstract

ChipmunkRing, a practical post-quantum ring signature construction tailored for blockchain environments. Building on our Chipmunk lattice-based cryptographic framework, this implementation delivers compact digital signatures ranging from 20.5 to 279.7KB, with rapid signing operations completing in 1.1-15.1ms and efficient validation processes requiring only 0.4-4.5ms for participant groups of 2-64 members. The cornerstone of our approach is Acorn Verification-a streamlined zero-knowledge protocol that supersedes the classical Fiat-Shamir methodology. This innovation enables linear O(n) authentication complexity using concise 96-byte cryptographic proofs per participant, yielding a remarkable 17.7x performance enhancement for 32-member rings when compared to conventional techniques. Our work includes rigorous mathematical security demonstrations confirming 112-bit post-quantum protection (NIST Level 1), extensive computational benchmarking, and comprehensive support for both standard anonymity sets and collaborative threshold constructions with flexible participation requirements.

Keywords

Cite

@article{arxiv.2510.09617,
  title  = {ChipmunkRing: A Practical Post-Quantum Ring Signature Scheme for Blockchain Applications},
  author = {Dmitrii A. Gerasimov},
  journal= {arXiv preprint arXiv:2510.09617},
  year   = {2025}
}

Comments

Actual code also can be found on https://gitlab.demlabs.net/dap/dap-sdk in branch feature/chipmunk-ring Crypoto tests with performance measurements are placed in the tests/ folder

R2 v1 2026-07-01T06:29:55.288Z