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
- Host: GitHub
- URL: https://github.com/openmined/kotlinpsi
- Owner: OpenMined
- License: apache-2.0
- Created: 2020-03-30T18:07:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-30T18:15:24.000Z (almost 6 years ago)
- Last Synced: 2025-07-02T09:42:51.437Z (7 months ago)
- Topics: kotlin, private-set-intersection
- Size: 4.88 KB
- Stars: 1
- Watchers: 12
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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