This project implements both the Euclidean Algorithm to compute the Greatest Common Divisor (GCD) of two integers and the Extended Euclidean Algorithm, which finds integer coefficients for Bézout's ...
In this project, you will gain first-hand experience implementing the RSA algorithm. You will be given prime numbers that are greater than 200 bits, testing your ability to work with very large prime ...