[Resource Topic] 2023/1413: Scalable Multi-party Private Set Union from Multi-Query Secret-Shared Private Membership Test

Welcome to the resource topic for 2023/1413

Title:
Scalable Multi-party Private Set Union from Multi-Query Secret-Shared Private Membership Test

Authors: Xiang Liu, Ying Gao

Abstract:

Multi-party private set union (MPSU) allows (k(k\geq 3)) parties, each holding a dataset of known size, to compute the union of their sets without revealing any additional information. Although two-party PSU has made rapid progress in recent years, applying its effective techniques to the multi-party setting would render information leakage and thus cannot be directly extended. Existing MPSU protocols heavily rely on computationally expensive public-key operations or generic secure multi-party computation techniques, which are not scalable.

In this work, we present a new efficient framework of MPSU from multi-party secret-shared shuffle and a newly introduced protocol called multi-query secret-shared private membership test (mq-ssPMT). Our MPSU is mainly based on symmetric-key operations and is secure against any semi-honest adversary that does not corrupt the leader and clients simultaneously. We also propose new frameworks for computing other multi-party private set operations (MPSO), such as the intersection, and the cardinality of the union and the intersection, meeting the same security requirements.

We demonstrate the scalability of our MPSU protocol with an implementation and a comparison with the state-of-the-art MPSU. Experiments show that when computing on datasets of (2^{10}) elements, our protocol is (109\times) faster than the state-of-the-art MPSU, and the improvement becomes more significant as the set size increases. To the best of our knowledge, ours is the first protocol that reports on large-size experiments. For 7 parties with datasets of (2^{20}) elements each, our protocol requires only 46 seconds.

ePrint: https://eprint.iacr.org/2023/1413

See all topics related to this paper.

Feel free to post resources that are related to this paper below.

Example resources include: implementations, explanation materials, talks, slides, links to previous discussions on other websites.

For more information, see the rules for Resource Topics .