Adler32 | To compute a checksum using the Adler32 algorithm. Adler32 is much faster and almost as reliable as CRC32. |
Adler32_MemoryBlock | To 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. |
Crc16 | To compute a checksum using the CRC16 algorithm. (Deprecated) |
Crc16 | To compute a checksum using the CRC32 algorithm. (Deprecated) |
Crc16_MemoryBlock | To compute a checksum using the Crc16 algorithm on a MemoryBlock then user the Crc16_MemoryBlock function. (Deprecated) |
Crc32 | To compute a checksum using the CRC32 algorithm. (Deprecated) |
Crc32_MemoryBlock | To compute a checksum using the Crc32 algorithm on a MemoryBlock then user the Crc32_MemoryBlock function. (Deprecated) |
PluginVersion | Returns the version number of the plugin. |