![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
Public Attributes | ||
| std::array< uint8, 20 > | bytes | |
| std::array< uint32, 5 > | ints | |
| union { | ||
| struct { | ||
| uint8 bytes [16] | ||
| } bytes | ||
| struct { | ||
| int ints [4] | ||
| } ints | ||
| }; | ||
| union { ... } keyData |
| std::array<uint8, 20> keyData::bytes |
Referenced by Warden::BuildChecksum().
| uint8 keyData::bytes[16] |
| struct { ... } keyData::bytes |
| std::array<uint32, 5> keyData::ints |
Referenced by WardenMac::HandleHashResult().
| int keyData::ints[4] |
| struct { ... } keyData::ints |