alibaba-edu / mpc4j

Apache License 2.0
211 stars 42 forks source link

SealPIR for Java Added #45

Closed alarst13 closed 3 weeks ago

alarst13 commented 1 month ago

This is the Java implementation of SealPIR.

CLAassistant commented 1 month ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

iF2007 commented 1 month ago

I would guess that the contributor of this project would call Java BFV functions in a different way, rather than copy/paste most of the code and simply change calling JNI wrappers to Java alternatives.

I guess that using envType just like other xxxFactory.createInstance() would do the job.