InterviewSolution
Saved Bookmarks
| 1. |
Which one of these is not a Whirlpool function?(a) Add Key(b) Substitute Bytes(c) Mix Rows(d) Shift RowsI had been asked this question in an online quiz.This intriguing question comes from Whirlpool Algorithm topic in section Message Authentication Codes, Whirlpool Algorithm and Key Management and Distribution of Cryptograph & Network Security |
|
Answer» CORRECT option is (d) Shift Rows To elaborate: Shift columns is a VALID OPERATION. Rows are not shifted. |
|