e-CryptIt Engine - Checksums Xojo Plugin

EinhugurChecksum Module

A module that has global checksum methods such as CRC and Adler. Note that the CRC in this module is deprecated. In new code rather use the CRC classes in this plugin.

module EinhugurChecksum

Methods

Adler32To compute a checksum using the Adler32 algorithm.
Adler32 is much faster and almost as reliable as CRC32.
Adler32_MemoryBlockTo compute a checksum using the Adler32 algorithm on a MemoryBlock then user the Adler32_MemoryBlock function.
Adler32 is much faster and almost as reliable as CRC32.
Crc16To compute a checksum using the CRC16 algorithm. (Deprecated)
Crc16To compute a checksum using the CRC32 algorithm. (Deprecated)
Crc16_MemoryBlockTo compute a checksum using the Crc16 algorithm on a MemoryBlock then user the Crc16_MemoryBlock function. (Deprecated)
Crc32To compute a checksum using the CRC32 algorithm. (Deprecated)
Crc32_MemoryBlockTo compute a checksum using the Crc32 algorithm on a MemoryBlock then user the Crc32_MemoryBlock function. (Deprecated)
PluginVersionReturns the version number of the plugin.