TTKMusicPlayer  3.7.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
Namespaces | Macros | Functions | Variables
ttkcryptographichash.cpp File Reference
#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+/"
 

Macro Definition Documentation

#define XXTEA_DELTA   0x9E3779B9
#define XXTEA_MX   (z >> 5 ^ y << 2) + (y >> 3 ^ z << 4) ^ (sum ^ y) + (k[p & 3 ^ e] ^ z)