InterviewSolution
Saved Bookmarks
| 1. |
When the Round Constant is given by S[8(r-1)+j]. What are the limits of ‘i’ and ‘j’?(a) i = 1 ; 0 |
|
Answer» Right answer is (B) i = 0 ; 0 <= j <= 7 |
|