In AES, multiplication at the byte level is defined as:
(a * b) % 0x11B
- Nb is the number of columns in a block. Constant. 4
- Nk is the number of words in the key. Either 4, 6 or 8.
- Nr is the number of rounds.
In AES, multiplication at the byte level is defined as:
(a * b) % 0x11B