e-CryptIt Engine - Checksums Xojo Plugin

CRC32.Reset Method

Resets the CRC stream.

Reset()

Parameters

Remarks

In most cases reset will not do anything as most of the CRC variations are stateless. Though there are a few that need to maintain state. So its safer to always call Reset before re-using the stream.

It is faster to reset existing stream than to construct new on as then CRC tables are not generated again.

See Also

CRC32 Class