Encryption Class Reference

#include <Encryption.h>

List of all members.

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


Detailed Description

An symmetric encryption class that is designed to be fast and maintain the size of the original data.

Member Function Documentation

static void Encrypt ( void *  data,
int  length,
Key *  key 
) [static]

Encrypt a portion of memory with a key.

Parameters:
data the pointer to the start of the memory
length the length of the memory in bytes
key the key to use

static void Decrypt ( void *  data,
int  length,
Key *  key 
) [static]

Decrypt a portion of memory with a key.

Parameters:
data the pointer to the start of the memory
length the length of the memory in bytes
key the key to use


Generated on Sat Jun 28 22:02:23 2008 for ReplicaNet and RNLobby by  doxygen 1.5.3