#include <tiger.h>
Inheritance diagram for Tiger:

Public Types | |
| enum | { DIGESTSIZE = 24 } |
Public Methods | |
| Tiger () | |
| void | Final (byte *hash) |
Static Public Methods | |
| void | Transform (word64 *digest,const word64 *data) |
Protected Methods | |
| void | Init () |
| void | vTransform (const word64 *data) |
Static Protected Attributes | |
| const word64 | table [4 *256] |
Definition at line 13 of file tiger.h.
|
|
|
|
|
|
|
|
Reimplemented from IteratedHash. |
|
|
Reimplemented from IteratedHashBase. |
|
|
|
|
|
|
|
|
Definition at line 8 of file tigertab.cpp. |
1.2.4 written by Dimitri van Heesch,
© 1997-2000