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
- Host: GitHub
- URL: https://github.com/openmined/swiftpsi
- Owner: OpenMined
- License: apache-2.0
- Created: 2020-03-30T18:08:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-30T18:15:35.000Z (almost 6 years ago)
- Last Synced: 2025-06-07T00:40:04.924Z (7 months ago)
- Topics: private-set-intersection, swift
- Size: 4.88 KB
- Stars: 1
- Watchers: 13
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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