InterviewSolution
Saved Bookmarks
| 1. |
Mix Row functions operate on the 8 × 8 matrix (A) to form the new matrix. The operation can be considered to be B = AC. The matrix C is formed by(a) each successive even row having left shifts(b) each successive row having a left shifts(c) each successive odd row having right shifts(d) each successive row having a right shiftsI got this question in an international level competition.This key question is from Whirlpool Algorithm topic in chapter Message Authentication Codes, Whirlpool Algorithm and Key Management and Distribution of Cryptograph & Network Security |
|
Answer» Correct answer is (d) each SUCCESSIVE row having a RIGHT SHIFTS |
|