Git Product home page Git Product logo

Comments (1)

jackdoerner avatar jackdoerner commented on July 3, 2024

Hello. I see from the obliv-c repo that you found help in making the repository compile, but you still need help with the parameters for test_omatch. For all of the tests, you can use the -h flag to get a description of the arguments. For the specific case of running the test on your laptop, here are some hints:

The test is a two-party computation, and as such, you'll need to run both parties. This means running the program twice, simultaneously. Open two terminal windows. In the first, run "./test_omatch" to start the server party. In the second, run "./test_omatch -c 127.0.0.1" to start the client party and instruct it to connect to a server waiting at the address 127.0.0.1 (localhost). You can run the two parties on different machines by changing the address, but the server always has to start first. You can also change the type of ORAM used by using the flag "-o sqrt" or "-o linear" or "-o circuit". This flag needs to be the same for both parties. The Absentminded Crypto Kit repository (which contains the development version of this code) also has the option of using Floram, which is more recent.

Hopefully this helps you get started. Let me know if you have any further questions. I don't check github very often, so I may not always see issues. Feel free to email me if I don't.

from secure-stable-matching.

Related Issues (3)

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.