InterviewSolution
Saved Bookmarks
| 1. |
Euler’s totient function is determined by(a) pq(b) (p-1)(q-1)(c) (p+1)(q+1)(d) p/qI had been asked this question in semester exam.This is a very interesting question from Public Key Cryptosystems in section Encryption and Decryption of Digital Communications |
|
Answer» CORRECT choice is (b) (P-1)(Q-1) Explanation: The Euler’s totient FUNCTION is determined by (p-1)(q-1), where p and q are kept hidden. |
|