APSI is a C++ library for Asymmetric (unlabeled or labeled) Private Set Intersection.
Private Set Intersection (PSI) refers to a functionality where two parties, each holding a private set of items, can check which items they have in common without revealing anything else to each other. Upper bounds on the sizes of the sets are assumed to be public information and are not protected.