e-CryptIt Engine - Checksums Xojo Plugin

CRC64.Update Method

Updates the CRC checksum with a string.

Update(
   data as String,
   crc as UInt64) as UInt64

Parameters

data
The string data to update the CRC stream with.
crc
Crc value to calculate from. This is normally the result of the previous crc value in the stream.

Returns

UInt64

Remarks

See Also

CRC64 Class