Code for PIR-based onion service lookups (client and server)

Ian Goldberg 670910f43a README for the pirserver repo 2 lat temu
docker 1a3638e11c Dockerfile for pirserver repo 2 lat temu
Makefile cc9a1c9633 Fix Makefile to look for libZT in the right place 2 lat temu
README.md 670910f43a README for the pirserver repo 2 lat temu
ZT.hpp 4219204ec1 Path/Circuit ORAM Integration Base 5 lat temu
ZT_LSORAMclient.cc 311de99a54 Integration fixes 5 lat temu
ZT_LSORAMserver.cc cd544b96cd server CPU time log 5 lat temu
ZT_ORAMserver.cc cd544b96cd server CPU time log 5 lat temu
build-docker.sh 1a3638e11c Dockerfile for pirserver repo 2 lat temu
pirclient.cc 5035a1104b Forgot to set a header field 5 lat temu
pirclient.h 7652d7627b The client side of the toy protocol 5 lat temu
pirserver.cc cd544b96cd server CPU time log 5 lat temu
pirserver.h 746f980c29 Start the pirserver code 5 lat temu
protocol_client 7652d7627b The client side of the toy protocol 5 lat temu
protocol_server 7652d7627b The client side of the toy protocol 5 lat temu
run-docker.sh 1ac62c1b5a Add a script to run the docker 2 lat temu
toyclient.cc ad0becedd8 Adding the toyclient implementation 5 lat temu
toyserver.cc 06e560897d Ensure the stderr integration works 5 lat temu
utils.cc 6ce068dafa ZT_LSORAMserver and ZT_LSORAMclient 5 lat temu
utils.h 311de99a54 Integration fixes 5 lat temu

README.md

To build the pirserver and pirclient modules:

  1. Clone the piros/Scripts repository (https://git-crysp.uwaterloo.ca/piros/Scripts) and build the dockers in it following instructions in that repository.
  2. Build the pirserver docker with ./build_docker.sh
  3. Run the pirserver docker with ./run_docker.sh