Re: Primitive polynomials in extended Galois fields



"Anup" <anupkc@xxxxxxxxx> writes:
Hello All

I am trying to generate multi-level sequences in extended Galois
fields, GF(4) to be precise, which satisfy the de Bruijn or window
property.

The approach I followed was to use a Linear Shift Register with a
primitive polynomial in GF(4) as the generator polynomial. But this
requires the primitive polynomials to be generated in the extended
finite field. For this I could hardly find any fast algorithm. So I
resorted to generating irreducible polynomials ( using the inbuilt
function from the NTL library at http://shoup.net/ntl/) and checking
them for primitivity - by ensuring that they are of maximal order.

But this seems to be a costly exercise, since finding out the order
requires 4^degree-1 division checks. ( where degree is the degree of
primitive polynomial to be generated).

Surely the number of checks is the number of factors in the
factorisation of the order of the multiplicative group?

Phil
--
"Home taping is killing big business profits. We left this side blank
so you can help." -- Dead Kennedys, written upon the B-side of tapes of
/In God We Trust, Inc./.
.



Relevant Pages

  • Multilevel sequences in extended Galois fields
    ... I am trying to generate multi-level sequences in extended Galois ... requires the primitive polynomials to be generated in the extendef ... For this I could hardly find any fast algortihm. ... them for primitivity - by ensuring that they are of maxiaml order. ...
    (sci.math.research)
  • Primitive polynomials in extended Galois fields
    ... I am trying to generate multi-level sequences in extended Galois ... requires the primitive polynomials to be generated in the extended ... For this I could hardly find any fast algorithm. ... them for primitivity - by ensuring that they are of maximal order. ...
    (sci.crypt)
  • Re: Multilevel sequences in extended Galois fields
    ... I am trying to generate multi-level sequences in extended Galois ... resorted to generating irreducible polynomials (using the inbuilt ... them for primitivity - by ensuring that they are of maxiaml order. ... which will produce you some primitive polynomials of degree 10; ...
    (sci.math.research)