COMP 537: Cryptography

Fall 2024
Instructor: Saba Eskandarian
Contact: saba@cs.unc.edu or anonymous feedback form
TAs: TBD
Lectures: Tues/Thurs 3:30pm-4:45pm, SN014
Office Hours:
Saba: Wed 2-4pm (FB346, 331), additional OH by appointment
TA office hours to be announced.
Links:
Syllabus
Course Schedule
Gradescope
Canvas
Anonymous Feedback

Course Description

Cryptography is an indispensable tool for protecting information in computer systems. Our web browsers use it almost every time we connect to a website; it protects our private messages from prying eyes; it enables the modern world of online commerce; and it guards the freedoms of journalists, dissidents, and oppressed groups throughout the world.

At the same time, cryptography has deep connections to the theory of computation, number theory, algebra, and computational complexity theory. Major open questions in cryptography have immediate ramifications for whether P=NP, and cryptography research has given rise to several of the most beautiful ideas in computer science. These ideas (which we will cover) have been recognized by several Turing awards.

This course will introduce you to both sides of cryptography. Our main focus will be on the inner workings of cryptographic primitives and how to use them correctly. We will begin with standard cryptographic tools such as encryption, message authentication, key exchange, and digital signatures before moving on to more advanced topics like elliptic curves, post-quantum cryptography, and zero-knowledge. See the course schedule page for a more detailed list of topics. Throughout the course we will also explore the techniques used in modern cryptography to reason about the security of cryptographic schemes.

Assignments

All problem sets are submitted on Gradescope using the Latex template provided here.
Programming assignments use Python 3.

Resources

The following resources may be helpful as reference throughout the course.