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

SHARKBase Class Reference

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

#include <shark.h>

Inheritance diagram for SHARKBase:

FixedBlockSize VariableKeyLength BlockTransformation SHARKDecryption SHARKEncryption List of all members.

Public Types

enum  { DEFAULT_ROUNDS = 6 }

Protected Methods

 SHARKBase (unsigned int rounds)

Protected Attributes

unsigned int rounds
SecBlock<word64> roundkeys

Static Protected Methods

void InitEncryptionRoundKeys (const byte *key,unsigned int keyLen,unsigned int rounds,word64 *roundkeys)

Detailed Description

base class, do not use directly.

Definition at line 17 of file shark.h.


Member Enumeration Documentation

anonymous enum
 

Definition at line 20 of file shark.h.


Constructor & Destructor Documentation

SHARKBase::SHARKBase ( unsigned int rounds ) [inline, protected]
 

Definition at line 24 of file shark.h.


Member Function Documentation

void SHARKBase::InitEncryptionRoundKeys ( const byte * key,
unsigned int keyLen,
unsigned int rounds,
word64 * roundkeys ) [static, protected]
 

Definition at line 34 of file shark.cpp.


Member Data Documentation

SecBlock< word64 > SHARKBase::roundkeys [protected]
 

Definition at line 27 of file shark.h.

unsigned int SHARKBase::rounds [protected]
 

Definition at line 26 of file shark.h.


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