shivamag437/rsa
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This is an implementation of the RSA encryption algorithm in c. To generate private and public keys, execute keygen. rsa.h contains the definitions of functions used in keygen.c. GMP library has been used to deal with large numbers