The value of
is (11 - 1) * (7 - 1) = 10 * 6 = 60.
Applying ExtendedEuclid to e and
,
we get a value of d = 43.
Thus the public key pair is (7, 77) and the secret key pair is (43, 77).
The encrypted message can be obtained by applying ModularExponentiation to
M = 100, e = 7, and n = 77, obtaining the ciphertext C = 23.
Keys do not need to be distributed - decryption is dependent on a secret key that only the decryptor needs to know.