Day 3: Hashing and Integrity

Note: today’s Replit includes solutions for the previous two days required problems.

Lecture Topics

Problems

Reminders:

We’ll be working in the main.py file. The cryptoy.py library contains the PRG function, cryptoy.compression(seed, n_bytes) that you’ll use for the daisy-chain hash.

The required functions from previous days can also be imported and used.