Complete the two tables. Discuss "patterns" you observe. Note that 11 is a prime and 15 is not. m=11,Zm={0,1,2,3,4,5,6,7,8,9,10} 2. Compute the Euler totients of the following three numbers: 1061,3239,1147 3. Explain how the Diffie-Hellman key exchange works, and the assumptions under which it is secure. 4. In an RSA-system the public encryption function is C=Memodn and the secret decryption function is M=Cmodn, where M is the plaintext and C is the ciphertext. Let the public parameters of the RSA-system be denoted (n, e), where n=pq. a) Find a valid value for the pair (n, e) such that each prime is larger than 1000 . b) Give the corresponding secret parameters (p,q,d,φ(n)). c) Decrypt the ciphertext C=2 in your system. d) Assume that we append a digital signature S to a message M, using RSA, by S=Mdmodn Assume that Alice signed and sent a message (M,S). Show how this signed message can be used to construct other signed messages (not 0,1,−1 ) that Alice did not sign. How do we modify this scheme to overcome the problem?