Libraries
Crc32 Source Code
 previous   up   next 

Function Summary
bin32
crc32 (in string: stri)
Compute the CRC-32 cyclic redundancy check code.
bin32
crc32 (in string: stri, in bin32: oldCrc)
Compute the CRC-32 cyclic redundancy check code.

Function Detail

crc32

const func bin32: crc32 (in string: stri)

Compute the CRC-32 cyclic redundancy check code.


crc32

const func bin32: crc32 (in string: stri, in bin32: oldCrc)

Compute the CRC-32 cyclic redundancy check code.



 previous   up   next