Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 436 Bytes

File metadata and controls

17 lines (13 loc) · 436 Bytes

RSA implementation using GMP library


Information about the implementation:

To implement the RSA algorithm and in order to manage large numbers, we have to install GMP library following the instructions in this website. The implementation of RSA encryption was done in C language.


Compilation command:

gcc rsa.c -o rsa -lgmp


Execution command:

./rsa