This repository contains the codes of the paper "Addax: A fast, private, and accountable ad exchange infrastructure" in NSDI 2023.
More features are being organized and will be released later.
Please refer to install.md.
- Private and verifiable auction
- auction/addax-lib: library codes of Addax.
- auction/tools: a tool used for evaluation.
- auction/micro: microbenchmark for bidder's costs.
- auction/auction-local-computation: evaluation of local computation costs.
- auction/end-to-end-latency: evaluation of end-to-end latency.
- auction/throughput: evaluation of throughput.
- auction/verify: evaluation of verification costs.
Please refer to the README.md
files under each directory.