Code for PIR-based onion service lookups (client and server)
sshsshy f78584287e README to build pirserver and pirclient modules | 2 년 전 | |
---|---|---|
docker | 2 년 전 | |
Makefile | 2 년 전 | |
README.md | 2 년 전 | |
ZT.hpp | 5 년 전 | |
ZT_LSORAMclient.cc | 5 년 전 | |
ZT_LSORAMserver.cc | 5 년 전 | |
ZT_ORAMserver.cc | 5 년 전 | |
build-docker.sh | 2 년 전 | |
pirclient.cc | 5 년 전 | |
pirclient.h | 5 년 전 | |
pirserver.cc | 5 년 전 | |
pirserver.h | 5 년 전 | |
protocol_client | 5 년 전 | |
protocol_server | 5 년 전 | |
run-docker.sh | 2 년 전 | |
toyclient.cc | 5 년 전 | |
toyserver.cc | 5 년 전 | |
utils.cc | 5 년 전 | |
utils.h | 5 년 전 |
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"