PyAPSI icon indicating copy to clipboard operation
PyAPSI copied to clipboard

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

Results 9 PyAPSI issues
Sort by recently updated
recently updated
newest added

Hello: Thank you in advance for any help. I've been working with PyAPSI for a little while now, and things were working well. Within the last week, however, the build...

**Goal state** `apsi` is installed as is via `vcpkg` and can be used with AVX2 on supported platforms. **Current state** `apsi` built from source after AVX2 support is [patched out](https://github.com/LGro/PyAPSI/blob/main/docker/base.Dockerfile#L13-L17),...

help wanted

We find the same problem on a special cpu (i.e., Intel Xenon E5-2620 v4), while it works fine on other CPUs (e.g., Intel 8336). Can you provide more details for...

Hello, I made some changes to this project, they are as follows: 1. add a "load_csv_db" method using some source file from the origin apsi cli folder. 2. finish a...

Some of the docstrings, e.g. of the Python Server classes still erroneously contain `asynchronous` for the A in APSI, while it needs to be `asymmetric`.

good first issue

Hello, how is PyApsi intended to be installed. I would like to implement a project that includes PSI functionality. Installing PyPSI through PIP results in an invalid instruction exception when...

While `task base` still works, running `task build PYTHON_VERSION=3.10.4` fails with the following error: > #0 3.894 CMake Error at /tmp/vcpkg/scripts/buildsystems/vcpkg.cmake:852 (_find_package): #0 3.894 Could not find a configuration file...

bug

This issue seems to occur when the wheel was built on another system. Steps to reproduce: - Arch Linux - CPU: i7 2600 - Conda env with Python 3.8 or...

bug

Since PyAPSI is such a thin wrapper, including the version of the wrapped apsi library in the apsi Python package version seems to make sense to increase transparency to users.

help wanted