Round 0 word breakdown
| Word | Bytes | Source | Expression |
|---|---|---|---|
| w[0] | 00 01 02 03 | key | |
| w[1] | 04 05 06 07 | key | |
| w[2] | 08 09 0a 0b | key | |
| w[3] | 0c 0d 0e 0f | key |
Symmetric cryptography
Explore how a 128-bit AES key expands into 44 words and 11 round keys using RotWord, SubWord, round constants, and XOR.
AES-128 schedule
The visualizer focuses on AES-128 because it has 4 original words, 44 total words, and 11 round keys.
Each AES-128 round key contains four 32-bit words.
| Word | Bytes | Source | Expression |
|---|---|---|---|
| w[0] | 00 01 02 03 | key | |
| w[1] | 04 05 06 07 | key | |
| w[2] | 08 09 0a 0b | key | |
| w[3] | 0c 0d 0e 0f | key |