#include <Encryption.h>
Static Public Member Functions | |
static void | Encrypt (void *data, int length, Key *key) |
static void | Decrypt (void *data, int length, Key *key) |
Classes | |
struct | Key |
|
Decrypt a portion of memory with a key.
|
|
Encrypt a portion of memory with a key.
|