Day 5: Key Exchange & Public Key Encryption

Lecture Topics

Background information

We’ll be working in the main.py file. The following files are also available:

The group you’ll be using for Diffie-Hellman is in the cryptoy library: the class Ed25519 represents a group element. Information about this class/group:

Problems