Glossary

Block encryption:

Initial key whitening: `plaintext XOR round_key[0]` - 9 rounds of `AESENC` (SubBytes → ShiftRows → MixColumns → XOR round key) - Final round: `AESENCLAST` (SubBytes → ShiftRows → XOR round key, no MixColumns)

Learn More

Related Terms