#include <adler32.h>
Inheritance diagram for Adler32:

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 () |
Definition at line 9 of file adler32.h.
|
|
|
|
|
|
|
|
size of the hash returned by Final().
Reimplemented from HashModule. |
|
|
Reimplemented from HashModule. Definition at line 46 of file adler32.cpp. |
|
|
|
|
|
process more input.
Reimplemented from HashModule. Definition at line 8 of file adler32.cpp. |
1.2.4 written by Dimitri van Heesch,
© 1997-2000