Re: Text on LFSR
From: Francois Grieu (fgrieu@micronet.fr)
Date: 02/03/03
- Next message: Roger Schlafly: "Re: Weakness in RSA"
- Previous message: Douglas A. Gwyn: "Re: SKIPJACK / AES on PIC"
- In reply to: David Wagner: "Re: Text on LFSR"
- Next in thread: David Wagner: "Re: Text on LFSR"
- Reply: David Wagner: "Re: Text on LFSR"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: Francois Grieu <fgrieu@micronet.fr> Date: Mon, 03 Feb 2003 22:56:56 +0100
In article <b1mieh$t7s$3@agate.berkeley.edu>,
daw@mozart.cs.berkeley.edu (David Wagner) wrote:
> Francois Grieu wrote:
> >the problem of finding the periods of the
> >various cycles when the polynomial is not primitive.
> If p(t) is irreducible with degree d:
> We can factor 2^d - 1, and for each prime
> factor q, check whether t^{(2^d - 1)/q} = 1 in F^*,
> and go from there.
Thanks, I (now) get how I find the period of an LFSR with
irreductible polynomial of degree d, starting from
element t: I begin with a known multiple of the period
which is 2^d - 1, and attempt to divide the period by
prime factors q of 2^d - 1, testing if I still get a multiple
of the period. Reasonably feasible for d in the hundreds
and a given t.
However that does not tell me all the possible periods,
how many of each size exist, or the smallest period >1,
among things I'd like (I'm trying to figure out the odds
of starting from a t with a period below some bound).
> If p(t) isn't irreducible, factor it, then proceed as
> above, and use the Chinese remainder theorem.
I vaguely understand you suggest I compute something
modulo each of the irreducible polynomials which product
is my polynomial under study, then recompute that something
using the CRT. But I fail to get what this something is.
Francois Grieu
- Next message: Roger Schlafly: "Re: Weakness in RSA"
- Previous message: Douglas A. Gwyn: "Re: SKIPJACK / AES on PIC"
- In reply to: David Wagner: "Re: Text on LFSR"
- Next in thread: David Wagner: "Re: Text on LFSR"
- Reply: David Wagner: "Re: Text on LFSR"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|