Main Page | Class Hierarchy | Class List | Directories | File List | Class Members

RNReplicaNet::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 encryption class that is designed to be fast and maintain the size of the original data.


Member Function Documentation

static void RNReplicaNet::Encryption::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

static void RNReplicaNet::Encryption::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


The documentation for this class was generated from the following file:
Generated on Sun Oct 30 01:12:31 2005 for Platform by  doxygen 1.4.1