Hi,
Anybody have an idea on how to start writing a C code for generating
the inverse of finite field GF(2^8) using extended Euclidean algorithm?
What I mean is how to represent a polynomial, e.g. f(x)=x^8+x^4+x^ 3+x+1
in C? How to represent the multiplication & division process of
polynomial?
Regards.
-- Tiza --
Anybody have an idea on how to start writing a C code for generating
the inverse of finite field GF(2^8) using extended Euclidean algorithm?
What I mean is how to represent a polynomial, e.g. f(x)=x^8+x^4+x^ 3+x+1
in C? How to represent the multiplication & division process of
polynomial?
Regards.
-- Tiza --
Comment