Answered step by step
Verified Expert Solution
Question
1 Approved Answer
3. The MixColumns transformation of AES consists of a matrix-vector multiplication in the field GF(2ng) with irreducible polynomial P(x) =xng+x4+xng+x+1. Let b = (b7x4.tbo) be
3. The MixColumns transformation of AES consists of a matrix-vector multiplication in the field GF(2ng) with irreducible polynomial P(x) =xng+x4+xng+x+1. Let b = (b7x4.tbo) be one of the (four) input bytes to the vector-matrix multiplication. Each input byte is multiplied with the constants 01, 02 and 03. Your task is to provide exact equations for computing those three constant multiplications after reductions. We denote the result by d 1. Equations for computing the 8 bits of d 01 b mod P(x) 2. Equations for computing the 8 bits of d = 02 . b mod P(x) 3. Equations for computing the 8 bits of d 03 b mod P(x). Note: The AES specification uses "01" to represent the polynomial 1, "02" to represent the polynomial x, and "03" to represent x+1. We recall from the discussion of stream ciphers that a 2-input XOR gate performs a GF(2) addition. How many 2-input XOR gates are required to perform one constant multiplication by 01, 02 and 03, respectively, in GF(28)? 3. The MixColumns transformation of AES consists of a matrix-vector multiplication in the field GF(2ng) with irreducible polynomial P(x) =xng+x4+xng+x+1. Let b = (b7x4.tbo) be one of the (four) input bytes to the vector-matrix multiplication. Each input byte is multiplied with the constants 01, 02 and 03. Your task is to provide exact equations for computing those three constant multiplications after reductions. We denote the result by d 1. Equations for computing the 8 bits of d 01 b mod P(x) 2. Equations for computing the 8 bits of d = 02 . b mod P(x) 3. Equations for computing the 8 bits of d 03 b mod P(x). Note: The AES specification uses "01" to represent the polynomial 1, "02" to represent the polynomial x, and "03" to represent x+1. We recall from the discussion of stream ciphers that a 2-input XOR gate performs a GF(2) addition. How many 2-input XOR gates are required to perform one constant multiplication by 01, 02 and 03, respectively, in GF(28)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
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