Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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


About

RSA algorithm implementation in C language using GMP library.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages