Thursday, March 16, 2017

polynomials - How to evaluate GF(256) element

I wonder is there any easy way to evaluate elements of GF(256): meaning that I would like to know what α32 or α200 is in polynomial form? I am assuming that the primitive polynomial is D8+D4+D3+D2+1. For example for GF(8) what we do is as follow to calculate α3 is divide it by α3+α+1 and we get α+1 but here in GF(256) this will be really tedious so I would like to know is there any way to calculate above expressions or similar expressions like α100 in GF(256).



Thanks.

No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...