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

CAST128 Class Reference

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

#include <cast.h>

Inheritance diagram for CAST128:

FixedBlockSize VariableKeyLength BlockTransformation CAST128Decryption CAST128Encryption List of all members.

Protected Methods

 CAST128 (const byte *userKey,unsigned int keylength)

Protected Attributes

bool reduced
SecBlock<word32> K

Detailed Description

base class, do not use directly.

Definition at line 19 of file cast.h.


Constructor & Destructor Documentation

CAST128::CAST128 ( const byte * userKey,
unsigned int keylength ) [protected]
 

Definition at line 96 of file cast.cpp.


Member Data Documentation

SecBlock< word32 > CAST128::K [protected]
 

Definition at line 26 of file cast.h.

bool CAST128::reduced [protected]
 

Definition at line 25 of file cast.h.


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