Ticket #6164 (closed enhancement: fixed)
[with patch, positive review] Phan's Mini-AES for educational purposes
| Reported by: | mvngu | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | sage-4.1 |
| Component: | cryptography | Keywords: | Mini-AES, AES, cryptography |
| Cc: | malb | Author(s): | Minh Van Nguyen |
| Report Upstream: | Reviewer(s): | Martin Albrecht | |
| Merged in: | sage-4.1.alpha2 | Work issues: |
Description
To facilitate the learning of cryptography (in particular the Advanced Encryption Standard), it's a good idea to add a class to allow students to explore the working of a block cipher. The goal here is to implement the Mini-AES block cipher of Phan as described in the paper:
- C.-W. Phan. Mini advanced encryption standard (mini-AES): a testbed for cryptanalysis students. Cryptologia, 26(4):283--306, 2002.
This is a simplified variant of the AES to be used for cryptography education.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

