1. (programming required) Modify your implementation of RSA to use the above idea
2. Actually, instead of computing a := c d mod p and b := cdmod q, we could have computed a := cdmod p−1 modp and b := c d mod q−1 mod q. Explain why this modification is valid. (This change can improve the efficiency of RSA, because now both the base and the exponent may be substantially smaller than they were in the regular RSA implementation.)
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here