No description
Find a file
2024-10-01 20:09:27 -07:00
data Exercise 8 solution 2024-09-29 14:11:20 -07:00
src Exercise 9: PKCS#7 padding 2024-10-01 20:09:27 -07:00
.gitignore Exercise 1-1 2024-08-31 20:33:48 -07:00
Cargo.toml key expansion function works for aes-128 2024-09-08 11:43:23 -07:00
LICENSE Initial commit 2024-08-31 09:30:00 -07:00
README.md Exercise 1-1 2024-08-31 20:33:48 -07:00

Discord folks reminded me about The Cryptopals Crypto Challenges, so here we are, writing some Rust.

You absolutely should not use any of this code for any production applications, it's the result of educational exercises.