Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

Rijndael Class Reference

base class, do not use directly. More...

#include <rijndael.h>

Inheritance diagram for Rijndael:

FixedBlockSize VariableKeyLength BlockTransformation RijndaelDecryption RijndaelEncryption List of all members.

Protected Methods

 Rijndael (const byte *userKey,unsigned int keylength)
 version 3.0 (December 2000). More...


Protected Attributes

unsigned int m_rounds
SecBlock<word32> m_key

Static Protected Attributes

const word32 Te0 [256]
const word32 Te1 [256]
const word32 Te2 [256]
const word32 Te3 [256]
const word32 Te4 [256]
const word32 Td0 [256]
const word32 Td1 [256]
const word32 Td2 [256]
const word32 Td3 [256]
const word32 Td4 [256]
const word32 rcon []

Detailed Description

base class, do not use directly.

AES Standard <br> Information
http://www.rijndael.com/
http://www.esat.kuleuven.ac.be/~rijmen/rijndael/

Keylength = 128/192/256 bits
Blocksize = 128 bits
Rounds = Variable

Definition at line 23 of file rijndael.h.


Constructor & Destructor Documentation

Rijndael::Rijndael ( const byte * userKey,
unsigned int keylen ) [protected]
 

version 3.0 (December 2000).

Optimised ANSI C code for the Rijndael cipher (now AES)

author Vincent Rijmen <vincent.rijmen@esat.kuleuven.ac.be> author Antoon Bosselaers author Paulo Barreto <paulo.barreto@terra.com.br>

This code is hereby placed in the public domain.

THIS SOFTWARE IS PROVIDED BY THE AUTHORS ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Definition at line 36 of file rijndael.cpp.


Member Data Documentation

const word32 Rijndael::Td0[256] [static, protected]
 

Definition at line 34 of file rijndael.h.

const word32 Rijndael::Td1[256] [static, protected]
 

Definition at line 35 of file rijndael.h.

const word32 Rijndael::Td2[256] [static, protected]
 

Definition at line 36 of file rijndael.h.

const word32 Rijndael::Td3[256] [static, protected]
 

Definition at line 37 of file rijndael.h.

const word32 Rijndael::Td4[256] [static, protected]
 

Definition at line 38 of file rijndael.h.

const word32 Rijndael::Te0[256] [static, protected]
 

Definition at line 28 of file rijndael.h.

const word32 Rijndael::Te1[256] [static, protected]
 

Definition at line 29 of file rijndael.h.

const word32 Rijndael::Te2[256] [static, protected]
 

Definition at line 30 of file rijndael.h.

const word32 Rijndael::Te3[256] [static, protected]
 

Definition at line 31 of file rijndael.h.

const word32 Rijndael::Te4[256] [static, protected]
 

Definition at line 32 of file rijndael.h.

SecBlock< word32 > Rijndael::m_key [protected]
 

Definition at line 43 of file rijndael.h.

unsigned int Rijndael::m_rounds [protected]
 

Definition at line 42 of file rijndael.h.

const word32 Rijndael::rcon[] [static, protected]
 

Initializer:

{
        0x01000000, 0x02000000, 0x04000000, 0x08000000,
        0x10000000, 0x20000000, 0x40000000, 0x80000000,
        0x1B000000, 0x36000000, 
}

Definition at line 40 of file rijndael.h.


The documentation for this class was generated from the following files:
Generated at Mon Jan 15 01:17:02 2001 for Crypto++ by doxygen1.2.4 written by Dimitri van Heesch, © 1997-2000