Friday, 24 May 2013

field theory - Extended Euclidean Algorithm in GF(28)?



I'm trying to understand how the S-boxes are produced in the AES algorithm. I know it starts by calculating the multiplicative inverse of each polynomial entry in GF(28) using the extended euclidean algorithm. However I am having some trouble understanding how to perform the euclidean algorithm with polynomials in a field. Could someone please explain how to do this with a step by step example?


Answer



Using Rijndael's finite field, the reducing polynomial is x8+x4+x3+x+1.




Suppose we want to compute the inverse of x5+1 in this field. We want to solve the equation
a(x5+1)+b(x8+x4+x3+x+1)=1
I like to use the Euclid-Wallis Algorithm. Since we are dealing with polynomials, I will write things rotated by 90.



x8+x4+x3+x+101x5+110x4+x+1x31x3x2+x+1x4+1xx1x6+x5+x3+x2+xx3+x2+1x2+x0x8+x4+x3+x+1x5+1x2+x+1
The fifth row tells us that in Z2[x]
(x5+1)(x6+x5+x3+x2+x)+(x8+x4+x3+x+1)(x3+x2+1)=1
Thus, x6+x5+x3+x2+x is the inverse of x5+1 in Z2[x]/(x8+x4+x3+x+1)Z2[x].


No comments:

Post a Comment

real analysis - How to find limhrightarrow0fracsin(ha)h

How to find lim without lhopital rule? I know when I use lhopital I easy get $$ \lim_{h\rightarrow 0}...