Crypto++
Public Member Functions | Static Protected Member Functions | Protected Attributes | Static Protected Attributes
Rijndael::Dec Class Reference
Inheritance diagram for Rijndael::Dec:
Rijndael::Base BlockCipherImpl< Rijndael_Info >

List of all members.

Public Member Functions

void ProcessAndXorBlock (const byte *inBlock, const byte *xorBlock, byte *outBlock) const
void UncheckedSetKey (const byte *userKey, unsigned int length, const NameValuePairs &params)
unsigned int BlockSize () const

Static Protected Member Functions

static void FillEncTable ()
static void FillDecTable ()

Protected Attributes

unsigned int m_rounds
FixedSizeAlignedSecBlock
< word32, 4 *15 > 
m_key

Static Protected Attributes

static const byte Se [256]
static const byte Sd [256]
static const word32 rcon []

Member Data Documentation

const word32 Rijndael::Base::rcon [static, protected, inherited]
Initial value:
 {
        0x01000000, 0x02000000, 0x04000000, 0x08000000,
        0x10000000, 0x20000000, 0x40000000, 0x80000000,
        0x1B000000, 0x36000000, 
}

Definition at line 34 of file rijndael.h.


The documentation for this class was generated from the following files: