Pass key directory as argument for Porthos.
Previously programs linked with porthos, expected the keys to be in the current_directory/files folder. Now users can explicitly pass the directory while invoking the program. The keys still have to be named keyA, keyAB, keyB and keyD but they can be located in arbitary folders. So party 0 will invoke the program as: ./program 0 files/addresses_file path/to/keys/dir
Showing
- EzPC/EzPC/codegenporthos.ml 25 additions, 24 deletionsEzPC/EzPC/codegenporthos.ml
- Porthos/files/keys/keyA 0 additions, 0 deletionsPorthos/files/keys/keyA
- Porthos/files/keys/keyAB 0 additions, 0 deletionsPorthos/files/keys/keyAB
- Porthos/files/keys/keyB 0 additions, 0 deletionsPorthos/files/keys/keyB
- Porthos/files/keys/keyD 0 additions, 0 deletionsPorthos/files/keys/keyD
- Porthos/party0.sh 1 addition, 1 deletionPorthos/party0.sh
- Porthos/party1.sh 1 addition, 1 deletionPorthos/party1.sh
- Porthos/party2.sh 1 addition, 1 deletionPorthos/party2.sh
- Porthos/src/example_neural_nets/mainDenseNet121.cpp 27 additions, 26 deletionsPorthos/src/example_neural_nets/mainDenseNet121.cpp
- Porthos/src/example_neural_nets/mainResNet50.cpp 27 additions, 26 deletionsPorthos/src/example_neural_nets/mainResNet50.cpp
- Porthos/src/example_neural_nets/mainSqNetImgNet.cpp 27 additions, 26 deletionsPorthos/src/example_neural_nets/mainSqNetImgNet.cpp
- Porthos/src/secondary.cpp 5 additions, 3 deletionsPorthos/src/secondary.cpp
Loading
Please register or sign in to comment