#include <hashRandomPair.h>
Static Public Member Functions | |
static void | setUp (unsigned int seed, unsigned int prob100) |
static std::pair< char, char > | value (size_t key) |
static std::pair< char, char > | value (const HashKey &key) |
static bool | initialized () |
Static Public Attributes | |
static const size_t | Length = 0x100000 |
Static Private Attributes | |
static std::pair< char, char > | table [Length] |
static bool | is_initialized = 0 |
Definition at line 12 of file hashRandomPair.h.
|
inlinestatic |
Definition at line 29 of file hashRandomPair.h.
References is_initialized.
Referenced by osl::checkmate::Dfpn::attack(), and osl::checkmate::Dfpn::defense().
|
static |
Definition at line 10 of file hashRandomPair.cc.
References is_initialized, Length, and table.
|
inlinestatic |
Definition at line 21 of file hashRandomPair.h.
References Length.
Referenced by osl::checkmate::Dfpn::attack(), osl::checkmate::Dfpn::defense(), and value().
|
inlinestatic |
Definition at line 25 of file hashRandomPair.h.
References osl::hash::HashKey128::signature(), and value().
|
staticprivate |
Definition at line 18 of file hashRandomPair.h.
Referenced by initialized(), and setUp().
|
static |
Definition at line 15 of file hashRandomPair.h.
|
staticprivate |
Definition at line 17 of file hashRandomPair.h.
Referenced by setUp().