.NET, C, Source Code
CRC in C#
This is a post about the CRC (Cyclic Redundancy Check) in C#. I searched through the internet a C# class that can calculate the crc-12, but I found only links about crc-8, crc-16 and crc-32.
After an hard search, i founded a class that can calculate the crc from 1 to 32 (this is the link), I cleaned it and I added:
- The crc-12 standard
- A class that simplifies the insert of the values (CRCSettings)
- A function that generate non-standard polynomys.
14 May 2007 dzamir 3 comments

