0
6.8kviews
Key generation in IDEA.
1 Answer
written 8.2 years ago by |
Sequence of operation in one round:
Multiply P1 and K1.
Add P2 and second K2.
Add P3 and third K3.
Multiply P4 and K4.
Step 1 ⊕ step 3.
Step 2 ⊕ step 4.
Multiply step 5 with K5.
Add result of step 6 and step 7.
Multiply result of step 8 with K6.
Add result of step 7 and step 9.
XOR result of steps 1 and step 9.
XOR result of steps 3 and step 9.
XOR result of steps 2 and step 10.
XOR result of steps 4 and step 10.
Same operations are performed in 8 rounds.