GithubHelp home page GithubHelp logo

isabella232 / ppm-prototype Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tgeoghegan/ppm-prototype

0.0 0.0 0.0 434 KB

Prototype implementation of PPM protocol

License: Mozilla Public License 2.0

Rust 100.00%

ppm-prototype's Introduction

ppm-prototype

A prototype implementation of the Privacy Preserving Measurement protocol.

Config files

The various binary targets get all their configuration (PPM parameters and HPKE configs) from JSON files found in the standard location for config files. On Linux, that's ~/.config/ppm-prototype elsewhere on other platforms.

To get started on Linux, you can use the config files from sample-config:

cp sample-config/parameters.json ~/.config/ppm-prototype/
cp sample-config/hpke.json ~/.config/ppm-prototype/

Leader

Run the leader thusly:

cargo run --bin leader

The leader will listen for connections on 0.0.0.0 at the port specified in parameters.json. It will advertise the HPKE config in hpke.json.

Helper

Run the helper thusly:

cargo run --bin helper

The helper will listen for connections on 0.0.0.0 at the port specified in parameters.json. It will advertise the HPKE config in hpke.json.

Client

Once the leader and helper are running, run the client thusly:

cargo run --bin client

The client will generate random reports, encrypt them to the HPKE config advertised by the leader specified in parameters.json and upload them. The leader and helper will execute the aggregate protocol together.

Collector

After the client uploads inputs, run the collector thusly:

cargo run --bin collector

The helper and leader will execute the collect protocol together and transmit output shares to the collector, reassembling them into an aggregate.

ppm-prototype's People

Contributors

tgeoghegan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.