classic_phone
- 10
- 0
Here is my problem:
Say if I have a irreducible polynomial for GF(2^2) that is x^2 + Nx + 1 , (N = elements of GF(2)) how do I determine the possible values of N ? Given the irreducible polynomial for GF(2) is x^2 + x + 1
I think since the field is GF(4) so we have choice of \{ 0,1, \alpha, \alpha + 1\}
thus to make the polynomial irreducible N could be either 1 or 3 which is \alpha or \alpha + 1.
so now i have polynomial of either x^2 + \alpha x + 1 or x^2 + (\alpha +1 )x + 1
then how do I use the polynomial to generate the 16 elements for the field of GF((2^2)^2) ?? please guide me with some steps.
thanks alot
Say if I have a irreducible polynomial for GF(2^2) that is x^2 + Nx + 1 , (N = elements of GF(2)) how do I determine the possible values of N ? Given the irreducible polynomial for GF(2) is x^2 + x + 1
I think since the field is GF(4) so we have choice of \{ 0,1, \alpha, \alpha + 1\}
thus to make the polynomial irreducible N could be either 1 or 3 which is \alpha or \alpha + 1.
so now i have polynomial of either x^2 + \alpha x + 1 or x^2 + (\alpha +1 )x + 1
then how do I use the polynomial to generate the 16 elements for the field of GF((2^2)^2) ?? please guide me with some steps.
thanks alot