Rot Word and Shift Rows

Explain difference between the Rot Word and Shift Rows?

E

Expert

Verified

Shift Rows :

Shift Row is regarded as the simple permutation. It shifts rows circularly left or to the right.

Rot Word :

Rot word carries out one-byte circular left shift on the word. This states that the input word [b0, b1, b2, b3] is transformed into [b1, b2, b3, b0].

   Related Questions in Computer Network Security

©TutorsGlobe All rights reserved 2022-2023.