Tagged Questions
4
votes
4answers
301 views
RSA Factorization problem
At class we found this programming problem, and currently, we have no idea how to solve it.
The positive integer n is given. It is known that n = p * q, where p and q are primes, p<=q and ...