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

https://github.com/openmined/swiftpsi

A Swift library for private set intersection
https://github.com/openmined/swiftpsi

private-set-intersection swift

Last synced: 7 months ago
JSON representation

A Swift library for private set intersection

Awesome Lists containing this project

README

          

# SwiftPSI
A Swift 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