Pol  Revision:cb584c9
blowfish.cpp File Reference
#include <string.h>
#include "blowfish.h"
#include "cryptbase.h"

Go to the source code of this file.

Namespaces

 Pol
 
 Pol::Crypt
 

Variables

static unsigned char Pol::Crypt::key_table [CRYPT_GAMEKEY_COUNT][CRYPT_GAMEKEY_LENGTH]
 
static unsigned int Pol::Crypt::p_box [18]
 
static unsigned int Pol::Crypt::p_table [CRYPT_GAMEKEY_COUNT][18]
 
static unsigned int Pol::Crypt::s_box [1024]
 
static unsigned int Pol::Crypt::s_table [CRYPT_GAMEKEY_COUNT][1024]
 
static unsigned char Pol::Crypt::seed_table [2][CRYPT_GAMESEED_COUNT][2][CRYPT_GAMESEED_LENGTH]