Skip to content

jimu-pool/PoolFramework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PoolFramework

Pool is a programming support for active-secure two-party computation. See details here. Documentation is available here

Pre-required packages:

gcc, make, libgcrypt-dev.

Underlying Protocol

Clone the underlying protocol repository and this one under the same dictionary, for example:

Pool/JIMU

Pool/PoolFrameWork

How to run the code:

  1. Go to Pool/JIMU/src/client, and change "localhost" in line 19 to the address to the IP address of the garbler. (Skip this step if tested on localhost).

  2. Go to Pool/PoolFrameWork/, and run:

$ make

to compile

  1. run
./testG.out 12345

and

./testE.out 12345

on separated windows to execute the test code. (12345 is the port number)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published