| [Paper] |
Proceedings of the 6th International Conference on Advances in Distributed Computing and Machine Learning
To install the dependencies, run the following:
pip install -r requirements.txtTo run the code, execute the script
bash run.shThis code runs the server as a seperate background process with the client running in the same shell. To see the server running, independently execute the python scripts in seperate terminals.
Note: For key sizes, the constraints as per the libraries used require key sizes to be either 16, 24 or 32 bytes. Update accordingly in QLS_SERVER and QLS_CLIENT.
To test the code, execute the script
bash benchmark.sh