#aes #cipher #learn #education

aes-edu

A collection of code for teaching the full AES algorith as described in FIPS 197

3 releases

new 0.1.2 Oct 28, 2024
0.1.1 Oct 28, 2024
0.1.0 Oct 28, 2024

#1378 in Cryptography

Download history 292/week @ 2024-10-24

292 downloads per month

MIT license

17KB
126 lines

A collection of code for teaching the full AES algorithm as described in FIPS-197.


lib.rs:

A crate for applying the AES algorithms individual steps. The crate has not be verified by a security professional and may contain mistakes, use at your own risk. The crate is as such intended to be used for educational purposes.

No runtime deps