#include <cstring>
Include dependency graph for aes.h:
Go to the source code of this file.
Classes | |
class | AES |
The AES class is a utility class for use in modules and the core for encryption of data. More... | |
Functions | |
void | to64frombits (unsigned char *out, const unsigned char *in, int inlen) |
Convert from binary to base64. | |
int | from64tobits (char *out, const char *in, int maxlen) |
Convert from base64 to binary Output Input Size of output buffer. |
|
Convert from base64 to binary Output Input Size of output buffer.
|
|
Convert from binary to base64.
|