Skip to content

Technical paper discussing prime generating "sieve" algorithms and the use of prime numbers in RSA encryption using the GMP library.

Notifications You must be signed in to change notification settings

JacobGH2/PrimesEncryption

Repository files navigation

PrimesEncryption

Part 1: Generate prime numbers with sieves

compile with "make main"

Part 2: Use those numbers to encrypt and decrypt using RSA

compile with "make rsa" must have GMP library installed for this to compile

About

Technical paper discussing prime generating "sieve" algorithms and the use of prime numbers in RSA encryption using the GMP library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published