| Construction |
| CTiger |
Constructs a CTiger object. |
|
|
| Operations |
| Update |
Updates the CTiger object
with a continuous block of memory or with a null-terminated string. |
|
| Final |
Retrieves the TIGER digest from the
CTiger object and reinitializes the object. |
|
| FinalHex |
Retrieves the TIGER digest from the
CTiger object and reinitializes the object. The obtained digest is a
null-terminated hexadecimal string. |
|
| Calculate |
Calculates the TIGER digest for a
continuous block of memory or
for a null-terminated string. |
|
| CalculateHex |
|
Calculates the TIGER digest for a
continuous block of memory or
for a null-terminated string. The obtained digest is a null-terminated
hexadecimal string. |
|