Given p,q,e and message M, perform encryption of the message M and compute the decryption key d for
the RSA algorithm .Use square and multiply algorithm for exponentiations. (Show all steps of the algorithm)
a. p = 3 ; q = 7 , e = 5 ; M = 10
. p = 5 ; q = 13, e = 5 ; M = 8
c. p = 7 ; q = 17, e = 11; M = 11
d. p = 7 ; q = 13, e = 11; M = 2
e. p = 17; q = 23, e = 9 ; M = 7