Skip to content

ctf16/aes_rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rusty AES

Barebones implementation of AES using Rust.

Since this was my first foray into coding in Rust, a lot of the code in lib.rs and main.rs is really ugly. Bear in mind that this was written in 2023 and I had (and still mostly have) no idea what to do with Rust.

There's a lot of disgusting hardcoding, but unfortunately that's just how AES worked, with the S-Boxes especially. I'm sorry :(

About

A very basic implementation of AES created as an exercise to teach myself Rust. Made for CS1657 at the University of Pittsburgh. Also fuck your non-forking GitHub Classroom rules.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages