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