Giter Site home page Giter Site logo

emp-readme's Introduction

EMP Toolkit Readme Page

Installation

  1. Go the the folder you want to install everything

  2. curl https://raw.githubusercontent.com/emp-toolkit/emp-readme/master/scripts/install.py -O

  3. python install.py --deps --tool --ot to install code dependency, and master branch of emp-tool and emp-ot. More flags can be added including --sh2pc, --ag2pc, --agmpc, --zk.

  • You can also install a branch using python install.py --[repo1]=[branch1] --[repo2]=[branch2], e.g., python install.py --deps --tool=0.2.1 --ot=master

Citation

    @misc{emp-toolkit,
      author = {Xiao Wang and Alex J. Malozemoff and Jonathan Katz},
      title = {{EMP-toolkit: Efficient MultiParty computation toolkit}},
      howpublished = {\url{https://github.com/emp-toolkit}},
      year={2016}
    }

Acknowledgement

This work was supported in part by the National Science Foundation under Awards #1111599 and #1563722.

The authors would like to thank everyone who contributed to this project, including but not limited to

Question

Please send emails to [email protected]

emp-readme's People

Contributors

wangxiao1254 avatar weikengchen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

emp-readme's Issues

questions on dependency we install by `apt-get`

Two questions.

Maybe we should revise README

In the README, we mentioned:

Install related packages including cmake git build-essential libssl-dev libgmp-dev (for Linux), ..., or use this script.

Actually, boost is needed for Linux. But as the script shows, that needs a little bit efforts:

        sudo apt-get install -y software-properties-common
	sudo add-apt-repository -y ppa:george-edison55/cmake-3.x
	sudo add-apt-repository -y ppa:kojoley/boost
	sudo apt-get update
	sudo apt-get install -y cmake git build-essential libssl-dev libgmp-dev python 
	sudo apt-get install -y libboost1.58-dev
	sudo apt-get install -y libboost-{chrono,log,program-options,date-time,thread,system,filesystem,regex,test}1.58-dev

I think maybe we should tell the users to use the script instead? So Install related packages including cmake git build-essential libssl-dev libgmp-dev (for Linux) will be deleted.

Maybe we should change the script

Any reason for using libboost 1.58 and cmake for ppa? As if someone is using newer version of Ubuntu, maybe he/she already has newer versions.

And adding ppa is always not the best solution.

For Ubuntu 16.04, apt can find libboost 1.58 from ubuntu official source, and cmake 3.51.

Do you have a minimal Ubuntu version requirement in minds?

How to install emp without root

Hi Xiao Wang,

I want to install emp-ot on my working pc (linux) which I don't have root access. How to avoid sudo make install at https://github.com/emp-toolkit/emp-readme/blob/master/scripts/install_emp-ot.sh#L5.

I try cmake . && make DESTDIR=.. all install for relic and emp-tool. However, when I compile emp-ot with cmake . CMAKE_SYSTEM_PREFIX_PATH=... I get a following error

  1. CMAKE_FOLDER-NOTFOUND/cmake/common.cmake
  2. CMAKE_FOLDER-NOTFOUND/cmake/source_of_randomness.cmake
  3. CMAKE_FOLDER-NOTFOUND/cmake/threading.cmake
  4. CMake Error at emp/emp-tool/cmake/emp-tool-config.cmake:2 (find_package)
  5. Could not find a package configuration file provided by "relic"

install.py fails when adding -ag2pc

Install.py fails when -ag2pc is added. It fails with a complaint from cmake about missing add_test_with_lib macro.

This macro was present in earlier versions of emp_tool/cmake/common.cmake but was removed in df9446c

As a workaround, I copied the previous macro into emp-ag2pc/CMakeLists.txt and
cmake .
make
now complete.

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.