An open API service indexing awesome lists of open source software.

https://github.com/openmined/kotlinpsi

A Kotlin library for private set intersection
https://github.com/openmined/kotlinpsi

kotlin private-set-intersection

Last synced: 6 months ago
JSON representation

A Kotlin library for private set intersection

Awesome Lists containing this project

README

          

# KotlinPSI
A Kotlin library for private set intersection

We'd like to have a library where we could perform private set intersection over a variety of different approaches. The following features of this library are important to us:
- Support for Paillier HME
- Support for SEAL HME
- Identical API for any algorithm
- Complete interoperability with other OpenMined PSI libraries, allowing you to create keys in one language and use them in another