Towards Efficient Delegated Private Set Intersection Cardinality Protocol

Hao Zhao,Wenqi Zhang,Xiong Li,Shuai Shang,Ke Huang,Xiaosong Zhang
DOI: https://doi.org/10.1109/cscwd61410.2024.10580653
2024-01-01
Abstract:Private set intersection cardinality (PSI-CA) can compute the intersection cardinality of sets held by two participants in a privacy-preserving manner, and it has a wide range of applications in life. Since the existing PSI-CA protocol is often difficult to apply in real life due to its high communication overhead and computational cost, we designed an efficient PSI-CA protocol based on technologies such as PRF and OKVS. The security analysis shows that our PSI-CA protocol is secure under the semi-honest security model and does not leak the private information of the participants. Extensive experiments and performance evaluation analysis show that our protocol is much more efficient than other related protocols in terms of communication and computation. Specifically, for the intersection cardinality computation of two sets both of size 2 20 , the running time (62.2s) of our PSI-CA protocol is only 3.3% (1854s) and 10.3% (601s) of other PSI-CA protocols, and the communication overhead of our PSI-CA protocol is 48.5% and 48.7% of related protocols.
What problem does this paper attempt to address?