| Crates.io | tbop-tcs-psi |
| lib.rs | tbop-tcs-psi |
| version | 0.2.3 |
| created_at | 2024-06-10 18:08:08.763432+00 |
| updated_at | 2024-06-11 14:21:51.0971+00 |
| description | TBOP project |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1267439 |
| size | 55,619 |
Cargo.tomlcargo publishSHARED_SECRET - shared secret necessary in the PSI protocolPOSTGRES_CONNECTION - params to connect to postgresPOSTGRES_QUERY - query to retrieve strings for intersectionINTERSECTION_TABLE - table to store intersection resultsINTERSECTION_COLUMN - column to store the values of the intersectionOn AWS instance:
cargo install tbop-tcs-psi --bin server
server -s 0.0.0.0:5555
In another session:
cargo install tbop-tcs-psi --bin client
client -s 0.0.0.0:5555 -c 0.0.0.0:5556 -p
On Azure instance:
cargo install tbop-tcs-psi --bin client
client -s tcs-cars.sytes.net:5555 -c tcs-cars.sytes.net:5556
Enjoy.