English

Efficient Multi-Party Secure Comparison over Different Domains with Preprocessing Assistance

Cryptography and Security 2026-02-24 v1

Abstract

Secure comparison is a fundamental primitive in multi-party computation, supporting privacy-preserving applications such as machine learning and data analytics. A critical performance bottleneck in comparison protocols is their preprocessing phase, primarily due to the high cost of generating the necessary correlated randomness. Recent frameworks introduce a passive, non-colluding dealer to accelerate preprocessing. However, two key issues still remain. First, existing dealer-assisted approaches treat the dealer as a drop-in replacement for conventional preprocessing without redesigning the comparison protocol to optimize the online phase. Second, most protocols are specialized for particular algebraic domains, adversary models, or party configurations, lacking broad generality. In this work, we present the first dealer-assisted nn-party LTBits (Less-Than-Bits) and MSB (Most Significant Bit) extraction protocols over both Fp\mathbb{F}_p and Z2k\mathbb{Z}_{2^k}, achieving perfect security at the protocol level. By fully exploiting the dealer's capability to generate rich correlated randomness, our Fp\mathbb{F}_p construction achieves constant-round online complexity and our Z2k\mathbb{Z}_{2^k} construction achieves O(lognk)O(\log_n k) rounds with tunable branching factor. All protocols are formulated as black-box constructions via an extended ABB model, ensuring portability across MPC backends and adversary models. Experimental results demonstrate 1.79×1.79\times to 19.4×19.4\times speedups over state-of-the-art MPC frameworks, highlighting the practicality of our protocols for comparison-intensive MPC applications.

Keywords

Cite

@article{arxiv.2602.19604,
  title  = {Efficient Multi-Party Secure Comparison over Different Domains with Preprocessing Assistance},
  author = {Kaiwen Wang and Xiaolin Chang and Yuehan Dong and Ruichen Zhang},
  journal= {arXiv preprint arXiv:2602.19604},
  year   = {2026}
}

Comments

12 pages, 4 figures

R2 v1 2026-07-01T10:47:01.948Z