/HPIR

Heterogeneous Private Information Retrieval

Primary LanguageC++

HPIR

A repository for Heterogeneous Private Information Retrieval. HPIR allows a client to download an element from an untrusted servers in with heterogeneous communication/computation overhead. HPIR was introduced in paper by Hamid Mozaffari and Amir Houmansadr.

Compiling HPIR

HPIR depends on NTL. We have tested HPIR with NTL 11.4.3 and g++ 7.4.0.

g++ -g -O2 -std=c++11 -pthread -march=native HPIR.cpp -o HPIR -lntl -lgmp -lm