Skip to content

gudengxia/MPC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MPC

This project aims to compute the maximum/k^{th} ranking element from a secret set.

The are a few directories in the solution:

  • data: store the generated offline data
  • test: store auto-generated binary files for test purpose
  • libidpf: some underlying structures and libraries used by the offline project and AsynParty project
  • offline: the project to generate offline data used the the two mpc parties
  • max: a project to run the main function.

You can run the example by this way: Open two terminals - in the first terminal, enter the max directory, run the command: cargo run --example max_server - in the second terminal, enter the max directory, run the command: cargo run --example max_client

About

This is a solution for mpc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages