Re: relationship between divisor and dividend in CRC codes
- From: Francois Grieu <fgrieu@xxxxxxxxx>
- Date: Mon, 08 Jan 2007 13:09:29 +0100
In article <1168247028.118918.55610@xxxxxxxxxxxxxxxxxxxxxxxxxxx>,
"AnetaKvel" <anithakathirvel@xxxxxxxxx> wrote:
i would be grateful if any one could explian me the relationship
between divisor and dividend in CRC codes
There is no such relationship. Dividend and divisor are
unrelated, and nothing can be said of their relative value
or even degree.
The dividend is the (usually variable) message, or directly
related to that. Details such a polarity, bit ordering,
left and right padding, vary among implementations.
The divisor is the (usually constant) polynomial, by which
modular reduction of the dividend is performed, yelding
the remainder.
The remainder is the polynomial, of degree less than the
divisor, such that dividend-remainder is a multiple
of divisor.
The CRC is the remainder, or directly related to that. Details
such a polarity, bit ordering, vary among implementations.
François Grieu
.
- References:
- relationship between divisor and dividend in CRC codes
- From: AnetaKvel
- relationship between divisor and dividend in CRC codes
- Prev by Date: Re: Bruce Schneier - errors in table of primitive polynomials mod 2
- Next by Date: ARC4 as a hash function
- Previous by thread: Re: relationship between divisor and dividend in CRC codes
- Next by thread: Re: relationship between divisor and dividend in CRC codes
- Index(es):
Relevant Pages
|