Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

Adler32 Class Reference

ADLER-32 checksum calculations. More...

#include <adler32.h>

Inheritance diagram for Adler32:

HashModule List of all members.

Public Types

enum  { DIGESTSIZE = 4 }

Public Methods

 Adler32 ()
void Update (const byte *input,unsigned int length)
 process more input. More...

void Final (byte *hash)
unsigned int DigestSize ()const
 size of the hash returned by Final(). More...

void Reset ()

Detailed Description

ADLER-32 checksum calculations.

Definition at line 9 of file adler32.h.


Member Enumeration Documentation

anonymous enum
 

Definition at line 12 of file adler32.h.


Constructor & Destructor Documentation

Adler32::Adler32 ( ) [inline]
 

Definition at line 13 of file adler32.h.


Member Function Documentation

unsigned int Adler32::DigestSize ( ) const [inline, virtual]
 

size of the hash returned by Final().

Reimplemented from HashModule.

Definition at line 16 of file adler32.h.

void Adler32::Final ( byte * hash ) [virtual]
 

Reimplemented from HashModule.

Definition at line 46 of file adler32.cpp.

void Adler32::Reset ( ) [inline]
 

Definition at line 18 of file adler32.h.

void Adler32::Update ( const byte * input,
unsigned int length ) [virtual]
 

process more input.

Reimplemented from HashModule.

Definition at line 8 of file adler32.cpp.


The documentation for this class was generated from the following files:
Generated at Mon Jan 15 01:16:40 2001 for Crypto++ by doxygen1.2.4 written by Dimitri van Heesch, © 1997-2000