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

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

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 ./built_dockers.sh 3) docker run --device /dev/isgx -it zt_docker bash -c "start-aesmd && exec bash"