microsoft / APSI

APSI is a C++ library for Asymmetric (unlabeled or labeled) Private Set Intersection.
MIT License
186 stars 42 forks source link

Question about larger receiver's set in given parameters. #55

Closed yyy977 closed 1 year ago

yyy977 commented 1 year ago

The recommended receiver's set is relatively small in the given parameters, I wonder if increasing the receiver's set poses any security risks, or just affects computing performance.

kimlaine commented 1 year ago

It's just a matter of performance. APSI is designed for the asymmetric set case.