Skip to content

tronch0/mpc-join-n-compute-coordinator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mpcoord

Discovery and Coordination of nodes to run MPCs

Setup

  1. Install bazel from https://github.com/bazelbuild/bazel/releases/tag/0.29.1

That's it. The other steps below will run automatically on-demand:

  1. Install the MPC software next to this directory.

git clone https://github.com/google/private-join-and-compute ../private-join-and-compute

  1. Build it.

make mpc-build

Usage

Compute the intersection-sum of files local/server_data.csv and local/client_data.csv

  1. Run a relay:

make relay

The address of the relay will be written in local/relay.p2p.

  1. Run multiple nodes:

make node make node

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published