tgangwani / Zorro_SMPC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository contains the code for the paper - "Distributed and Secure ML with Self-tallying Multi-party Aggregation", presented at the NeurIPS Workshop on Privacy Preserving Machine Learning, PPML 2018.

The project consists of:

  • an Elgamal Encryption library implemented over elliptic curves (elgamal.py)
  • ZKPoK libraries and test codes (zkplib/, tests/)
  • a Zorro client (zorro.py)
  • a test application for cumulative voting (test.py)
  • a ledger class simulating the blockchain (ledger.py)

Instruction:

  • Python Environment: Python 3.5.2
  • To run the test application, use command: python test.py

Acknowledgments:

About


Languages

Language:Python 100.0%