e-CryptIt Engine - Checksums Xojo Plugin

CRC8.UpdateMemoryBlock Method

Updates the CRC checksum with a memory block taking all bytes from the block.

UpdateMemoryBlock(
   data as MemoryBlock,
   crc as UInt8) as UInt8

Parameters

data
The MemoryBlock 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

UInt8

Remarks

See Also

CRC8 Class