OpenMined / PSI

Private Set Intersection Cardinality protocol based on ECDH and Bloom Filters
Apache License 2.0
134 stars 36 forks source link

Python wrappers #110

Closed bcebere closed 3 years ago

bcebere commented 3 years ago

Description

C++ objects from the PSI library are hard to deal with in a pythonic way (e.g., syft requires adding attributes dynamically). This PR introduce python classes that wrap low-level classes.

Affected Dependencies

Each Python class wraps the C++ class in a data member.

Checklist