We successfully implemented the algorithms for modular exponentiation, modular inverse (using Extended Euclid’s algorithm), primaility testing, RSA key generation, and encryption and decryption of a message using the RSA algorithm.
pip install -r requirements.txt python cs415_project1.py