Jump to content

RxCRC32

From EDM2
Revision as of 23:37, 3 January 2021 by Ak120 (talk | contribs)

RxCRC32 is a REXX interface DLL (RxCRC32.DLL) for calculating CRC-32 checksums.

Functions

  • RxCRC32Ver - Return version information
  • RxCRC32Init - Initialise CRC-32 calculation
  • RxCRC32Update - Update CRC-32 calculation with buffer
  • RxCRC32Done - Complete CRC-32 calculation

Links