Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jan 1997 10:01:13 -0500
From:      Bakul Shah <bakul@torrentnet.com>
To:        Michael Smith <msmith@atrad.adelaide.edu.au>
Cc:        hackers@freebsd.org
Subject:   Re: CRC-16 algorithms? 
Message-ID:  <199701231501.KAA15500@chai.plexuscom.com>
In-Reply-To: Your message of "Thu, 23 Jan 1997 23:29:27 %2B1030." <199701231259.XAA21523@genesis.atrad.adelaide.edu.au> 

next in thread | previous in thread | raw e-mail | index | archive | help
> I'm looking for any implementations of various CRC-16 polynomials; I'm
> trying to compute a checksum for a parameter save area for a
> peripheral, which is documented as "CRC-16", but no details of the
> polynomial are given. 8(

X^16 + X^15 + X^2 + 1 is what is most commonly referred to as the
"CRC-16" polynomial.  Another such polynomial is x^16+x^12+x^5+1.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199701231501.KAA15500>