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"