InterviewSolution
Saved Bookmarks
| 1. |
Find the 8-bit word related to the polynomial x^5 + x^2 + x(a) 00010011(b) 01000110(c) 00100110(d) 11001010I had been asked this question in unit test.My question is based upon Polynomial and Modular Arithmetic- I in portion Basic Concepts in Number Theory and Finite Fields of Cryptograph & Network Security |
|
Answer» RIGHT OPTION is (c) 00100110 Easy explanation: The RESPECTIVE 8-bit word is 00100110. |
|