#include <crc.h>
Inheritance diagram for CRC32:

Public Types | |
| enum | { DIGESTSIZE = 4 } |
Public Methods | |
| CRC32 () | |
| 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 () |
| void | UpdateByte (byte b) |
| byte | GetCrcByte (unsigned int i)const |
Definition at line 19 of file crc.h.
|
|
|
|
|
|
|
|
size of the hash returned by Final().
Reimplemented from HashModule. |
|
|
Reimplemented from HashModule. |
|
|
|
|
|
|
|
|
process more input.
Reimplemented from HashModule. |
|
|
|
1.2.4 written by Dimitri van Heesch,
© 1997-2000