Skip to content

jimu-pool/JIMU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JIMU

JIMU is a LEGO-style 2PC protocol. This is our prototype, which also serves as the underlying protocol for Pool-JIMU. (See details 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 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 JIMU/, 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