Skip to content
forked from LGro/PyAPSI

Python wrapper for labeled and unlabeled asymmetric private set intersection (APSI).

License

Notifications You must be signed in to change notification settings

rnjailamba/PyAPSI

Repository files navigation

PyAPSI

Actions Status

A pybind11 based wrapper for APSI.

NOTE: This is a very early implementation with a high probability of changing dramatically.

Building & Testing

Dockerized

Given that Docker and docker-compose are available, the following will build PyAPSI and run tests.

docker-compose build
docker-compose run pyapsi

Python

Currently, only building under Linux is supported.

Make sure to install vcpkg and APSI as specified in the APSI README. Then set the environment variable VCPKG_INSTALLED_DIR to /your/path/to/vcpkg/installed install poetry and run

poetry install
rm -rf build/
poetry run pip install --verbose .

You can then run the tests with

poetry run pytest tests/

About

Python wrapper for labeled and unlabeled asymmetric private set intersection (APSI).

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 66.2%
  • C++ 29.4%
  • Dockerfile 3.2%
  • CMake 1.2%