Unit Adler

Classes

Functions

adler32 - adler32.

Types

Constants

Variables


Functions


function adler32(adler : uLong; buf : pBytef; len : uInt) : uLong;

adler32.c -- compute the Adler-32 checksum of a data stream Copyright (C) 1995-1998 Mark Adler Pascal tranlastion Copyright (C) 1998 by Jacques Nomssi Nzali For conditions of distribution and use, see copyright notice in readme.txt

code with signed 32 bit integer } { NMAX is the largest n such that 255n(n+1)/2 + (n+1)(BASE-1) <= 2^31-1 } { The penalty is the time loss in the extra MOD-calls. } { =========================================================================


Types


Constants


Variables