cipher-workshop/aes
Kristofers Solo 9e013352a5
docs(aes): document cipher operation functions
Add doc comments explaining the four AES round operations:
    - SubBytes: S-box substitution for non-linearity
    - ShiftRows: cyclic row shifting for column diffusion
    - MixColumns: GF(2^8) matrix multiplication for row diffusion
    - AddRoundKey: XOR with derived subkey
2025-12-31 00:13:51 +02:00
..
src docs(aes): document cipher operation functions 2025-12-31 00:13:51 +02:00
tests fix: clippy warnings 2025-12-18 18:42:50 +02:00
Cargo.toml chore: use workspace package vars 2025-11-24 08:50:22 +02:00