Slide 53
Slide 53 text
1. Key Exchange
Establishing a shared secret between two parties, over a public
communication channel, just like Diffie Hellman.
For example, if I know your public key, I can generate a random
secret, encrypt it with your public key and send it to you.
You can then decrypt it and we have a shared secret. The
advantage is that it didn’t require the sort of chatty,
back-and-forward communication that Diffie Hellman requires.