Page 1 of 1

Question 2 Let n = pq where p and q are distinct primes. Describe an efficient algorithm that, given both n and v(n) = (

Posted: Thu May 12, 2022 7:55 am
by answerhappygod
Question 2 Let N Pq Where P And Q Are Distinct Primes Describe An Efficient Algorithm That Given Both N And V N 1
Question 2 Let N Pq Where P And Q Are Distinct Primes Describe An Efficient Algorithm That Given Both N And V N 1 (23.61 KiB) Viewed 33 times
Question 2 Let n = pq where p and q are distinct primes. Describe an efficient algorithm that, given both n and v(n) = (p - 1)(q-1), outputs the factors p, q. Remark: "Efficient" suggests that the algorithm will not perform a brute-force attack. a