22.01.2015 Views

AES Guest Lecturer

AES Guest Lecturer

AES Guest Lecturer

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

<strong>AES</strong> Algorithm<br />

Key Expansion<br />

For words 4 through 43<br />

i = N k // Nk = 4 i = 5<br />

while (i < N b *(N r +1)) { // N b *(N r +1)= 4*(10+1)= 44<br />

temp = w[i-1]<br />

temp = w[4] = D1 0A 25 0F<br />

If (i%N k == 0)<br />

rotate word left 1 byte<br />

process each byte through sbox<br />

XOR with RCON[i/N k -1] // just first element of W<br />

w[i] = w[i-4] ⨁ temp<br />

i++}

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!