microsoft / APSI

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

Guidance on referencing this library in Java #74

Open Eileen2014 opened 7 months ago

Eileen2014 commented 7 months ago

Is there a java version available or a guidance on referencing this library in Java? I want to reference the APSI in my Java project.

kimlaine commented 4 months ago

No Java wrappers exist, but any software engineer fluent in Java/JNI and C/C++ should be able to create such. If you do it, please consider open-sourcing your code.