ChecksumExtensions Methods

Methods

Adler32ChecksumCalculates the Adler-32 checksum on specified portion of a buffer.
Crc16ChecksumCalculates the CRC16 check-sum on specified portion of a buffer.
Crc32ChecksumCalculates the CRC32 check-sum on specified portion of a buffer.
CrcCCITTChecksumCalculates the CRC-CCITT check-sum on specified portion of a buffer.
ModBusCrcChecksumCalculates the CRC-ModBus check-sum on specified portion of a buffer.
Xor16ChecksumCalculates word length (16-bit) XOR-based check-sum on specified portion of a buffer.
Xor32ChecksumCalculates double-word length (32-bit) XOR-based check-sum on specified portion of a buffer.
Xor64ChecksumCalculates quad-word length (64-bit) XOR-based check-sum on specified portion of a buffer.
Xor8ChecksumCalculates byte length (8-bit) XOR-based check-sum on specified portion of a buffer.

See Also