Primitive operations in RC5

Explain the primitive operations which are used in the RC5?

E

Expert

Verified

RC5 uses the three primitive operations (and their inverse):

a) Addition : Addition of the words, represented by +, is performed modulo 2w. The inverse operation, represented by -, is subtraction modulo 2w.

b) Bitwise exclusive-OR : This operation is represented by “⊕”.

c) Left circular rotation : The cyclic rotation of word x left by y bits is represented by x<<<y. The inverse is the right circular rotation of word x by y bits, represented by x>>>y.

   Related Questions in Computer Network Security

©TutorsGlobe All rights reserved 2022-2023.