Predefined standards for CRC algorithms.

Namespace:  Classless.Hasher
Assembly:  Classless.Hasher (in Classless.Hasher.dll) Version: 0.8.3649.33599

Syntax

C#
public enum CrcStandard
Visual Basic (Declaration)
Public Enumeration CrcStandard
Visual C++
public enum class CrcStandard

Members

Member nameDescription
Crc8Bit
8bit CRC
Crc8BitIcode
8bit CRC
Crc8BitItu
8bit CRC
Crc8BitMaxim
8bit CRC
Crc8BitWcdma
8bit CRC
Crc16Bit
16bit CRC
Crc16BitArc
16bit CRC; Alias for Crc16Bit
Crc16BitIbm
16bit CRC; Alias for Crc16Bit
Crc16BitLha
16bit CRC; Alias for Crc16Bit
Crc16BitCcitt
16bit CRC
Crc16BitKermit
16bit CRC; Alias for Crc16BitCcitt
Crc16BitCcittFalse
16bit CRC
Crc16BitMaxim
16bit CRC
Crc16BitUsb
16bit CRC
Crc16BitX25
16bit CRC
Crc16BitXmodem
16bit CRC
Crc16BitZmodem
16bit CRC; Alias for Crc16BitXmodem
Crc16BitXkermit
16bit CRC
Crc24Bit
24bit CRC
Crc24BitOpenPgp
24bit CRC; Alias for Crc24Bit
Crc32Bit
32bit CRC
Crc32BitPkzip
32bit CRC; Alias for Crc32Bit
Crc32BitItu
32bit CRC; Alias for Crc32Bit
Crc32BitBzip2
32bit CRC
Crc32BitIscsi
32bit CRC
Crc32BitJam
32bit CRC
Crc32BitPosix
32bit CRC
Crc32BitCksum
32bit CRC; Alias for Crc32BitPosix
Crc32BitMpeg2
32bit CRC
Crc64Bit
64bit CRC
Crc64BitWE
64bit CRC
Crc64BitIso
64bit CRC
Crc64BitJones
64bit CRC

See Also