/RSA

I have implemented two libraries, one modular arithmetic library and one prime number generation library. The file modarithmetic.py contains helper functions that implement some modular exponentiation functions. The file keygen.py contains functions that implement rsa key generation.

Primary LanguagePython

Watchers