a) B= RD0 + S [1];
b) for i = 1 to r do
c) LDi-1 = ((LDi – S [2xi] >>> RDi-1) ⊕ RDi-1);
d) A = LD0 – S [0];
Find the error in the Decryption pseudo code for RC5 – for i = 1 to r do RDi-1 = ((RDi – S [2xi+1] >>> LDi ) ⊕ L
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Find the error in the Decryption pseudo code for RC5 – for i = 1 to r do RDi-1 = ((RDi – S [2xi+1] >>> LDi ) ⊕ L
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!