iCrypto_TestCRC32
<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > Crypto > iCrypto_CRC32 > iCrypto_TestCRC32 |
Description
Verifies a 32-bit checksum using a well know set of bytes.
Syntax
testSucceeded = iCrypto_TestCRC32()
Returns
Number, non-zero for success, otherwise zero.
Remarks
This function is for internal use only.
Restrictions
See also
iCrypto_CRC16, iCrypto_CRC32, iCrypto_TestCRC16
Examples
Uses "Crypto"
if iCrypto_TestCRC32() then
msgbox 0, "The iCrypto's implementation of CRC32 is ok!"
end if