kzhong130 / ibex-code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ibex: Privacy-preserving ad conversion tracking and bidding

This repository contains the codes of the paper "Ibex: Privacy-preserving ad conversion tracking and bidding" in CCS 2022.

Setup

Please refer to install.md.

Code organization

  • Private histogram

  • Oblivious bidding

    • bidding/libs: implementation of libraries used in the oblivious bidding protocol. We used and modified the original Microsoft's SealPIR codebase.
    • bidding/microbench: microbenchmarks of oblivious bidding protocol.
    • bidding/end-to-end: evaluation of end-to-end latency of oblivious bidding protocol and non-private method.

Instruction for running

Please refer to the README.md files under each directory.

About

License:MIT License


Languages

Language:Lua 84.8%Language:HTML 13.4%Language:C++ 1.6%Language:CMake 0.0%Language:Shell 0.0%Language:Python 0.0%Language:C 0.0%