Skip to content

awh44/SimpleRSA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

SimpleRSA

A very basic implementation of the RSA algorithm in C. Right now, the program only generates the primes up to a user input n using the sieve of Erastothenes.

If pulling this repository, also be sure to grab the BitVector implementation from another of my repos and place it according to the relative path in rsa.c, or change that path. (Or implement your own BitVector, I guess.)

About

A very basic implementation of the RSA algorithm in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages