Files
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
..
2025-12-18 18:42:50 +02:00
2025-11-24 08:50:22 +02:00