CRC32.cls

CRC32 is an algorithm used to create a validation string of data.

History:

Properties:

Methods:

Example:

    Dim CRC32 As CRC32, lResult As Long
    Set CRC32 = New CRC32
    lResult = CRC32.CRC(arrData)

 

(1 Kb)