ZlibWapi_Adler32

Description

Function ZlibWapi_Adler32% (
     adler%,
     sourceBuffer%,
     src%,
     sourceLength%
)

Generates an Adler-32 checksum for the contents of a Blitz bank.

Parameters

adler

Previous adler value.

sourceBuffer

Bank of data to add to the current checksum.

sourceLength

Size of the source buffer.

See also

ZipApi_Adler32