Answered step by step
Verified Expert Solution
Question
1 Approved Answer
(mod (4) This question deals with the finite field GF(28), which can be obtained as Z[x] x+x+x+x+1). This is the polynomial the AES cryptosystem
(mod (4) This question deals with the finite field GF(28), which can be obtained as Z[x] x+x+x+x+1). This is the polynomial the AES cryptosystem uses, but it is not the only polynomial that gives GF(28) (see the last part of this question). In this question, you will learn the extended Euclidean algorithm for polynomials. A brief description of this algorithm is given below. Compute the following elements of Z[x] (mod x + x + x + x + 1); your polynomials must be polynomials of degree at most 7. (a) (x6 +x5 + x + x) (x + x + 1). (b) (x5 + x + 1) + (x + x) (c) (x + x + 1) - (x + x + 1). (d) (x + x) (x + 1)- (I could have also written this as (x + x)/(x + 1)). To compute (x + 1)- in GF(28), we proceed as in the case of integers. Step 1. First compute the gcd (x+1, x +x+x+x+1). Here use the Euclidean algorithm for polynomials. Each step in the Euclidean algorithm is a long division of polynomials with remainder. At every step, just make sure that the remainder has a degree less than that of the divisor. Step 2. As in the case of integers, trace your steps back and find polynomials s(x) and t(x) such that (x + 1) s(x) + (x + x + x + x + 1)t(x) = gcd(x + 1, x + x + x + x + 1). (e) GF (28) can also be obtained as Z[x] (mod x + x+x6 +x+1). Under this new polynomial, compute again Parts (a) and (c). 4+3+3+7+(3+2)=22 marks
Step by Step Solution
★★★★★
3.43 Rating (159 Votes )
There are 3 Steps involved in it
Step: 1
Ans a Solution The posi...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started