Gemstone.IO.Checksums Namespace
Contains classes and extension functions used to calculate standard checksums and CRC’s.
Adler32 |
Generates an Adler-32 checksum calculation.
|
Crc16 |
Generates a byte-wise 16-bit CRC calculation.
|
Crc32 |
Generates a byte-wise 32-bit CRC calculation.
|
CrcCCITT | Generates a 16-bit CRC-CCITT checksum. |
Xor16 | Calculates word length (16-bit) XOR-based check-sum on specified portion of a buffer. |
Xor32 | Calculates double-word length (32-bit) XOR-based check-sum on specified portion of a buffer. |
Xor64 | Calculates quad-word length (64-bit) XOR-based check-sum on specified portion of a buffer. |
Xor8 | Calculates byte length (8-bit) XOR-based check-sum on specified portion of a buffer. |
ChecksumType |
Indicates type of CRC-16 calculation performed.
|