This project implements a differential cryptanalysis attack on the toy cipher described in A Tutorial on Linear and Differential Cryptanalysis by Howard M. Heys.
- Operates on the S-box defined in the tutorial.
- Takes an input key.
- Generates a differential characteristic.
- Outputs the last-round key based on filtering probability.