3 releases
new 0.1.2 | Oct 28, 2024 |
---|---|
0.1.1 | Oct 28, 2024 |
0.1.0 | Oct 28, 2024 |
#1378 in Cryptography
292 downloads per month
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.