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

SquareBase Class Reference

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

#include <square.h>

Inheritance diagram for SquareBase:

FixedBlockSize FixedKeyLength BlockTransformation SquareDecryption SquareEncryption List of all members.

Public Types

enum  { ROUNDS = 8 }

Protected Methods

 SquareBase (const byte *userKey,CipherDir dir)

Protected Attributes

SecBlock<word32[4]> roundkeys

Detailed Description

base class, do not use directly.

Definition at line 15 of file square.h.


Member Enumeration Documentation

anonymous enum
 

Definition at line 18 of file square.h.


Constructor & Destructor Documentation

SquareBase::SquareBase ( const byte * userKey,
CipherDir dir ) [protected]
 

Definition at line 33 of file square.cpp.


Member Data Documentation

SecBlock< word32[4]> SquareBase::roundkeys [protected]
 

Definition at line 23 of file square.h.


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