Code for PIR-based onion service lookups (client and server)
|
|
3 years ago | |
|---|---|---|
| docker | 3 years ago | |
| Makefile | 3 years ago | |
| README.md | 3 years ago | |
| ZT.hpp | 6 years ago | |
| ZT_LSORAMclient.cc | 6 years ago | |
| ZT_LSORAMserver.cc | 6 years ago | |
| ZT_ORAMserver.cc | 6 years ago | |
| build-docker.sh | 3 years ago | |
| pirclient.cc | 6 years ago | |
| pirclient.h | 6 years ago | |
| pirserver.cc | 6 years ago | |
| pirserver.h | 6 years ago | |
| protocol_client | 6 years ago | |
| protocol_server | 6 years ago | |
| run-docker.sh | 3 years ago | |
| toyclient.cc | 6 years ago | |
| toyserver.cc | 6 years ago | |
| utils.cc | 6 years ago | |
| utils.h | 6 years ago |
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"