English

Zero-Knowledge Location Privacy via Accurate Floating-Point SNARKs

Cryptography and Security 2024-11-12 v2

Abstract

We introduce Zero-Knowledge Location Privacy (ZKLP), enabling users to prove to third parties that they are within a specified geographical region while not disclosing their exact location. ZKLP supports varying levels of granularity, allowing for customization depending on the use case. To realize ZKLP, we introduce the first set of Zero-Knowledge Proof (ZKP) circuits that are fully compliant to the IEEE 754 standard for floating-point arithmetic. Our results demonstrate that our floating point circuits amortize efficiently, requiring only 6464 constraints per multiplication for 2152^{15} single-precision floating-point multiplications. We utilize our floating point implementation to realize the ZKLP paradigm. In comparison to a baseline, we find that our optimized implementation has 15.9×15.9 \times less constraints utilizing single precision floating-point values, and 12.2×12.2 \times less constraints when utilizing double precision floating-point values. We demonstrate the practicability of ZKLP by building a protocol for privacy preserving peer-to-peer proximity testing - Alice can test if she is close to Bob by receiving a single message, without either party revealing any other information about their location. In such a configuration, Bob can create a proof of (non-)proximity in 0.26s0.26 s, whereas Alice can verify her distance to about 470470 peers per second

Keywords

Cite

@article{arxiv.2404.14983,
  title  = {Zero-Knowledge Location Privacy via Accurate Floating-Point SNARKs},
  author = {Jens Ernstberger and Chengru Zhang and Luca Ciprian and Philipp Jovanovic and Sebastian Steinhorst},
  journal= {arXiv preprint arXiv:2404.14983},
  year   = {2024}
}
R2 v1 2026-06-28T16:03:36.526Z