- ecc.py : Implements ECC Cryptography. Uses secp256k1 curve
- encrypt.py : Follows the encryption method in the paper closely
- utlis.py : General utils
- Clone this repo
- Create a virtual enviournment
virtualenv venv
- Activate the enviournment
source venv/bin/activate
- Install the requirements
pip install -r requirements.txt