#include <string>
#include <cstdint>
Go to the source code of this file.
|
| openmsx |
| This file implemented 3 utility functions:
|
|
|
void | openmsx::tiger (const uint8_t *str, size_t length, TigerHash &result) |
| Generic function to calculate a tiger-hash. More...
|
|
void | openmsx::tiger_int (const TigerHash &h0, const TigerHash &h1, TigerHash &result) |
| Use for tiger-tree internal node hash calculations. More...
|
|
void | openmsx::tiger_leaf (uint8_t data[1024], TigerHash &result) |
| Use for tiger-tree leaf node hash calculations. More...
|
|