openMSX
|
This struct represents the result of a tiger-hash. More...
#include <tiger.hh>
Public Member Functions | |
std::string | toString () const |
Public Attributes | ||
union { | ||
std::array< uint64_t, 3 > h64 | ||
std::array< uint8_t, 24 > h8 | ||
}; | ||
This struct represents the result of a tiger-hash.
This is a 192-bit value. It can be formatted as a 39-char base32-encoded string. Similar to the output of the unix 'tthsum' tool.
std::string openmsx::TigerHash::toString | ( | ) | const |
union { ... } openmsx::TigerHash |
std::array<uint64_t, 3> openmsx::TigerHash::h64 |
Definition at line 33 of file tiger.hh.
Referenced by openmsx::tiger(), openmsx::tiger_int(), and openmsx::tiger_leaf().
std::array<uint8_t, 24> openmsx::TigerHash::h8 |
Definition at line 34 of file tiger.hh.
Referenced by toString().