Giter Site home page Giter Site logo

alpha-esf's Introduction

Alpha-ESF

Feature

This is an implementation of an efficient private identity verification method $\alpha$-ESF, where the server-side dataset can amount to billion scale. In the processing of PIV, the client can learn the PIV result, while the server should not learn any additional information. We also provide an example on synthetic dataset below.

Environment

  • Ubuntu 18.04
  • g++ 9.4.0
  • cmake 3.24.0

Required Libraries

Compilation

mkdir build && cd build
cmake ..
make
cd ..

Test

  • Bucket-ESF index construction

    mkdir index
    ./main --build --path data/psi_200.txt --Ns 200 --B 10 
  • Start up server

    ./main --r 0 --endpoint localhost:1212 --Ns 200 --Nc 100 --Alpha 10 --B 10
  • Start up client

    ./main --r 1 --path data/psi_100.txt --endpoint localhost:1212 --Ns 200 --Nc 100 --Alpha 10 --B 10
  • For more information, you can use --help flag

    ./main --help
    All options for Alpha-ESF:
      --help                Produce help message
      --build               build ESF index
      --thread arg (=4)     thread number of building index (default 4)
      --path arg            file path
      --endpoint arg        ip address and port
      --r arg               party ID
      --Ns arg              data size of server
      --Nc arg              data size of client
      --Alpha arg           alpha indistinguishablity
      --B arg               the number of buckets

alpha-esf's People

Contributors

syncshinee avatar xcb990105 avatar

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.