youben11 / psi-e2e

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

psi-e2e

Note: Run all scripts and tests from the root directory.

Pre-requisites

Installation

This script initializes the submodules, including installation and build steps:

./scripts/install.sh

Update

Run this script when you want to incorporate remote changes to the submodules:

./scripts/update_submodules.sh

Test

Proof-of-concept end-to-end test for equality of Bloom filter serialization between psi.js and PyPSI. The functionality is currently mocked as we don't have an implementation yet.

./tests/export_output.sh

About


Languages

Language:Shell 68.3%Language:JavaScript 16.8%Language:Python 15.0%