Generate Checksum

Overview

Provides a function, “GenerateChecksum32Bit(Document)”,  that allows the user to pass a document for which the checksum can be generated.  This checksum is generated based on the CRC-32 algorithm.  It could be extended to generate checksum based on other algorithms.

Anonymous