0% found this document useful (0 votes)
4 views3 pages

Assignment t21 To t25

The document details the computation of values T21 to T25 using hexadecimal operations, including XOR and shifts. Each value is derived from previous computations, with specific constants and operations outlined for each step. The final computed values are T21 = C388 0AFC, T22 = A25F D097, T23 = 2263 E9CB, T24 = CD82 0D01, and T25 = 9824 BAD0.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views3 pages

Assignment t21 To t25

The document details the computation of values T21 to T25 using hexadecimal operations, including XOR and shifts. Each value is derived from previous computations, with specific constants and operations outlined for each step. The final computed values are T21 = C388 0AFC, T22 = A25F D097, T23 = 2263 E9CB, T24 = CD82 0D01, and T25 = 9824 BAD0.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Valenzuela, Frederick A.

Compute the values of T21 to T25 using the following values:

T21
A - a3d6efd7
B - b78ca1cc
C - fcf1516a
D - 7bc144b8
E - a9136fa9
F = B XOR C XOR D
=30BC B41E
K1= 6ed9eba1
SHIFT (A,5) = 0111 1010 1101 1101 1111 1010 1111 0100
SHIFT (A,5) = 7ADDFAF4
TEMP = SHIFT(A,5) + F + E + W + K
TEMP = 7ADDFAF4 + 30BC B41E + a9136fa9 + 000000a0 + 6ed9eba1
=C388 0AFC

T22
A - C388 0AFC
B - a3d6efd7
C - 2DE32873
D - fcf1516a
E - 7bc144b8
F = B XOR C XOR D
= 72C4 96CE
K1= 6ed9eba1
SHIFT(A,5) = 0111 0001 0000 0001 0101 1111 1001 1000
SHIFT(A,5) = 7101 5F98
TEMP = 7101 5F98 + 72C4 96CE + 7bc144b8 + d3fea9d8 + 6ed9eba1
=A25F D097
T23
A – A25F D097
B – C388 0AFC
C – E8F5 BBF5
D – 2DE3 2873
E - fcf1516a
F = B XOR C XOR D
= 069E 997A
K1= 6ed9eba1
SHIFT(A,5) = 0100 1011 1111 1010 0001 0010 1111 0100
SHIFT(A,5) = 4BFA 12F4
TEMP = 4BFA 12F4 + 069E 997A + fcf1516a +64000052 +6ed9eba1
=2263 E9CB

T24
A – 2263 E9CB
B – A25F D097
C – 30E2 02BF
D – E8F5 BBF5
E – 2DE3 2873
F = B XOR C XOR D
= 7A48 69DD
K1= 6ed9eba1
SHIFT(A,5) = 0100 1100 0111 1101 0011 1001 0110 0100
SHIFT(A,5) = 4C7D 3964
TEMP = 4C7D 3964 + 7A48 69DD + 2DE3 2873 + 69ff55ac + 6ed9eba1
=CD82 0D01

T25
A – CD82 0D01
B – 2263 E9CB
C – E897 F425
D – 30E2 02BF
E - E8F5 BBF5
F = B XOR C XOR D
= FA16 1F51
K1= 6ed9eba1
SHIFT(A,5) = 1011 0000 0100 0001 1010 0000 0011 1001
SHIFT(A,5) = B041 A039
TEMP = B041 A039 + FA16 1F51 + E8F5 BBF5 + 95fd53b0 + 6ed9eba1
= 9824 BAD0

You might also like