TTKMusicPlayer
4.1.3.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
#include "ttkcryptographichash.h"
Go to the source code of this file.
Namespaces | |
TTK | |
The namespace of the process utils. | |
Macros | |
#define | XXTEA_MX (z >> 5 ^ y << 2) + (y >> 3 ^ z << 4) ^ (sum ^ y) + (k[p & 3 ^ e] ^ z) |
#define | XXTEA_DELTA 0x9E3779B9 |
Functions | |
static bool | TTK::isBase64 (unsigned char c) |
static TTKString | TTK::base64Encode (const unsigned char *bytes, unsigned int length) |
static TTKString | TTK::base64Decode (const TTKString &bytes) |
Variables | |
static const char * | TTK::base64_chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/" |
#define XXTEA_DELTA 0x9E3779B9 |
Definition at line 4 of file ttkcryptographichash.cpp.
Referenced by TTKCryptographicHash::xxteaUintDecrypt(), and TTKCryptographicHash::xxteaUintEncrypt().
#define XXTEA_MX (z >> 5 ^ y << 2) + (y >> 3 ^ z << 4) ^ (sum ^ y) + (k[p & 3 ^ e] ^ z) |
Definition at line 3 of file ttkcryptographichash.cpp.
Referenced by TTKCryptographicHash::xxteaUintDecrypt(), and TTKCryptographicHash::xxteaUintEncrypt().