TTKMusicPlayer  4.2.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
Classes | Namespaces | Typedefs | Functions
ttkcryptographichash.h File Reference
#include "ttkmoduleexport.h"
#include <stdint.h>

Go to the source code of this file.

Classes

class  TTKCryptographicHash
 The class of the string cryptographic hash. More...
 

Namespaces

 TTK
 The namespace of the application object.
 

Typedefs

using xxtea_uint = uint32_t
 

Functions

TTK_MODULE_EXPORT TTKString TTK::base64Encode (const unsigned char *bytes, unsigned int len)
 
TTK_MODULE_EXPORT TTKString TTK::base64Decode (const TTKString &bytes)
 

Typedef Documentation

using xxtea_uint = uint32_t

Definition at line 33 of file ttkcryptographichash.h.