#Encrypted Communication things to learn about?
##ECC
-
What's the difference between X25519 and ed25519?
-
What are prekeys?
-
What is the difference between a deniable and irrepudiable shared secret?
-
What is IND-CCA and how does it relate to Moxie's principal of cryptgraphic doom?
-
What is an AEAD?
-
What is the difference between a block and stream cipher?
-
What AES modes should one use? Why?
-
What is the forward secrecy threat model?
-
Why does the Signal protocol sign the prekeys? What attack does this prevent?
- What techniques are available to hide metadata? What are their downsides?