RSA C++ implementation
This project has been realized only for didactic purposes, its use in real systems is not recommended. This project will no longer be updated
The library includes function to:
-encrypt
-decrypt
-key generation.
Random Number Generator
Random Number Generator included is only for testing, user can replace it subclassing RSA::Utils::Generator
Dependencies
Arbitrary Precision Library from GMP. Link: https://gmplib.org