GSF.
|
Class | Description | |
---|---|---|
Adler32 | Generates an Adler-32 checksum calculation. | |
ChecksumExtensions | Defines extension functions related to computing checksums. | |
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. |
Enumeration | Description | |
---|---|---|
ChecksumType | Indicates type of CRC-16 calculation performed. |