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.
bin32
bzip2Crc32 (in string: stri)
Compute the CRC-32 cyclic redundancy check code of BZIP2.
bin32
bzip2Crc32 (in string: stri, in bin32: oldCrc)
Compute the CRC-32 cyclic redundancy check code of BZIP2.

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.


bzip2Crc32

const func bin32: bzip2Crc32 (in string: stri)

Compute the CRC-32 cyclic redundancy check code of BZIP2.


bzip2Crc32

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

Compute the CRC-32 cyclic redundancy check code of BZIP2.



 previous   up   next